We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391db23 commit 532f273Copy full SHA for 532f273
rclcpp/CMakeLists.txt
@@ -319,10 +319,10 @@ if(BUILD_TESTING)
319
)
320
target_link_libraries(test_parameter ${PROJECT_NAME})
321
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()
+ ament_add_gtest(test_parameter_map test/test_parameter_map.cpp)
+ if(TARGET test_parameter_map)
+ target_link_libraries(test_parameter_map ${PROJECT_NAME})
+ endif()
326
ament_add_gtest(test_publisher test/test_publisher.cpp)
327
if(TARGET test_publisher)
328
ament_target_dependencies(test_publisher
0 commit comments