We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ament_add_gmock
1 parent bb4af6d commit 7451621Copy full SHA for 7451621
joint_limits/CMakeLists.txt
@@ -72,7 +72,7 @@ if(BUILD_TESTING)
72
find_package(pluginlib REQUIRED)
73
find_package(rclcpp REQUIRED)
74
75
- ament_add_gmock_executable(joint_limits_rosparam_test test/joint_limits_rosparam_test.cpp)
+ ament_add_gmock(joint_limits_rosparam_test test/joint_limits_rosparam_test.cpp)
76
target_link_libraries(joint_limits_rosparam_test joint_limits)
77
78
ament_add_gmock(joint_limits_urdf_test test/joint_limits_urdf_test.cpp)
0 commit comments