Skip to content

Commit 2c6ac59

Browse files
committed
remove temporary tests from build
1 parent da5ece7 commit 2c6ac59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lbr_fri_ros2/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ if(BUILD_TESTING)
8787
ament_add_gtest(test_command_interfaces test/test_command_interfaces.cpp)
8888
target_link_libraries(test_command_interfaces lbr_fri_ros2)
8989

90-
# some examples of how to use the interfaces
91-
add_executable(test_position_command test/test_position_command.cpp)
92-
target_link_libraries(test_position_command lbr_fri_ros2)
90+
# # some examples of how to use the interfaces
91+
# add_executable(test_position_command test/test_position_command.cpp)
92+
# target_link_libraries(test_position_command lbr_fri_ros2)
9393

94-
add_executable(test_torque_command test/test_torque_command.cpp)
95-
target_link_libraries(test_torque_command lbr_fri_ros2)
94+
# add_executable(test_torque_command test/test_torque_command.cpp)
95+
# target_link_libraries(test_torque_command lbr_fri_ros2)
9696

97-
add_executable(test_wrench_command test/test_wrench_command.cpp)
98-
target_link_libraries(test_wrench_command lbr_fri_ros2)
97+
# add_executable(test_wrench_command test/test_wrench_command.cpp)
98+
# target_link_libraries(test_wrench_command lbr_fri_ros2)
9999
endif()
100100

101101
ament_package()

0 commit comments

Comments
 (0)