Skip to content

Commit

Permalink
Don't install tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 25, 2023
1 parent f08ac02 commit d179b15
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 44 deletions.
4 changes: 0 additions & 4 deletions example_10/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_10
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_10
)
install(TARGETS ros2_control_demo_example_10
EXPORT export_ros2_control_demo_example_10
ARCHIVE DESTINATION lib
Expand Down
4 changes: 0 additions & 4 deletions example_12/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_12
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_12
)
install(TARGETS ros2_control_demo_example_12
EXPORT export_ros2_control_demo_example_12
ARCHIVE DESTINATION lib
Expand Down
4 changes: 0 additions & 4 deletions example_14/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_14
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_14
)
install(TARGETS ros2_control_demo_example_14
EXPORT export_ros2_control_demo_example_14
ARCHIVE DESTINATION lib
Expand Down
4 changes: 0 additions & 4 deletions example_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_2
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_2
)
install(TARGETS ros2_control_demo_example_2
EXPORT export_ros2_control_demo_example_2
ARCHIVE DESTINATION lib
Expand Down
4 changes: 0 additions & 4 deletions example_3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_3
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_3
)
install(TARGETS ros2_control_demo_example_3
EXPORT export_ros2_control_demo_example_3
ARCHIVE DESTINATION lib
Expand Down
4 changes: 0 additions & 4 deletions example_4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_4
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_4
)
install(TARGETS ros2_control_demo_example_4
EXPORT export_ros2_control_demo_example_4
ARCHIVE DESTINATION lib
Expand Down
4 changes: 0 additions & 4 deletions example_5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_5
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_5
)
install(TARGETS ros2_control_demo_example_5
EXPORT export_ros2_control_demo_example_5
ARCHIVE DESTINATION lib
Expand Down
4 changes: 0 additions & 4 deletions example_6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_6
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_6
)
install(TARGETS ros2_control_demo_example_6
EXPORT export_ros2_control_demo_example_6
ARCHIVE DESTINATION lib
Expand Down
4 changes: 0 additions & 4 deletions example_7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_7
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_7
)
install(
TARGETS send_trajectory
RUNTIME DESTINATION lib/ros2_control_demo_example_7
Expand Down
4 changes: 0 additions & 4 deletions example_8/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_8
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_8
)
install(TARGETS ros2_control_demo_example_8
EXPORT export_ros2_control_demo_example_8
ARCHIVE DESTINATION lib
Expand Down
4 changes: 0 additions & 4 deletions example_9/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ install(
DIRECTORY bringup/launch bringup/config
DESTINATION share/ros2_control_demo_example_9
)
install(
DIRECTORY test
DESTINATION share/ros2_control_demo_example_9
)
install(TARGETS ros2_control_demo_example_9
EXPORT export_ros2_control_demo_example_9
ARCHIVE DESTINATION lib
Expand Down

0 comments on commit d179b15

Please sign in to comment.