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

@ -86,6 +86,9 @@ if(BUILD_TESTING)
DESTINATION lib/${PROJECT_NAME}
)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
find_package(ament_cmake_pytest REQUIRED)
# Run each test in its own pytest invocation