Skip to content

Commit

Permalink
removed colcon test block
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpshah committed Mar 15, 2024
1 parent 2aa814e commit e5fbc6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
12 changes: 0 additions & 12 deletions kr_mesh_visualization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,4 @@ install(TARGETS
DESTINATION lib/${PROJECT_NAME}
)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
# comment the line when a copyright and license is added to all source files
set(ament_cmake_copyright_FOUND TRUE)
# the following line skips cpplint (only works in a git repo)
# comment the line when this package is in a git repo and when
# a copyright and license is added to all source files
set(ament_cmake_cpplint_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()

ament_package()
11 changes: 0 additions & 11 deletions trackers/kr_tracker_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ rosidl_generate_interfaces(${PROJECT_NAME}
DEPENDENCIES std_msgs builtin_interfaces geometry_msgs
)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
# uncomment the line when a copyright and license is not present in all source files
#set(ament_cmake_copyright_FOUND TRUE)
# the following line skips cpplint (only works in a git repo)
# uncomment the line when this package is not in a git repo
#set(ament_cmake_cpplint_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()

ament_export_dependencies(rosidl_default_runtime)

ament_package()

0 comments on commit e5fbc6c

Please sign in to comment.