Add linting tests to both tracetools* packages
This commit is contained in:
parent
3022d678f9
commit
51f3c16205
4 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue