remove lint dependencies for testing

This commit is contained in:
Sem van der Hoeven
2023-06-07 17:36:18 +02:00
parent 47b4ed15f8
commit 35ee9611e4

View File

@@ -65,7 +65,7 @@ install(FILES
DESTINATION lib/${PROJECT_NAME})
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# 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
@@ -73,7 +73,7 @@ if(BUILD_TESTING)
# 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()
# ament_lint_auto_find_test_dependencies()
find_package(launch_testing_ament_cmake REQUIRED)
add_launch_test(test/test_failsafe_enabled.py)
endif()