Add linting tests to both tracetools* packages

This commit is contained in:
Christophe Bedard 2019-06-04 13:53:05 +02:00
parent 3022d678f9
commit 51f3c16205
4 changed files with 13 additions and 0 deletions

View file

@ -91,4 +91,9 @@ else()
ament_export_libraries(${PROJECT_NAME})
endif()
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
endif()
ament_package()