Skip to content

Commit 532f273

Browse files
author
bpwilcox
committed
modify parameter map tests for descriptors and add test cases
Signed-off-by: bpwilcox <[email protected]>
1 parent 391db23 commit 532f273

File tree

2 files changed

+247
-37
lines changed

2 files changed

+247
-37
lines changed

rclcpp/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@ if(BUILD_TESTING)
319319
)
320320
target_link_libraries(test_parameter ${PROJECT_NAME})
321321
endif()
322-
# ament_add_gtest(test_parameter_map test/test_parameter_map.cpp)
323-
# if(TARGET test_parameter_map)
324-
# target_link_libraries(test_parameter_map ${PROJECT_NAME})
325-
# endif()
322+
ament_add_gtest(test_parameter_map test/test_parameter_map.cpp)
323+
if(TARGET test_parameter_map)
324+
target_link_libraries(test_parameter_map ${PROJECT_NAME})
325+
endif()
326326
ament_add_gtest(test_publisher test/test_publisher.cpp)
327327
if(TARGET test_publisher)
328328
ament_target_dependencies(test_publisher

0 commit comments

Comments
 (0)