Skip to content

Commit 3f6895a

Browse files
committed
Remove ament auto tests
1 parent c47dfc4 commit 3f6895a

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

my_robot_cell/my_robot_cell_control/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,4 @@ install(
88
DESTINATION share/${PROJECT_NAME}
99
)
1010

11-
if(BUILD_TESTING)
12-
find_package(ament_lint_auto REQUIRED)
13-
set(ament_cmake_copyright_FOUND TRUE)
14-
ament_lint_auto_find_test_dependencies()
15-
endif()
16-
1711
ament_package()

my_robot_cell/my_robot_cell_control/package.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
<exec_depend>controller_manager</exec_depend>
2323

2424

25-
<test_depend>ament_lint_auto</test_depend>
26-
<test_depend>ament_lint_common</test_depend>
27-
2825
<export>
2926
<build_type>ament_cmake</build_type>
3027
</export>

0 commit comments

Comments
 (0)