Skip to content

Commit 0fffa55

Browse files
committed
Add lines to explicitly add test
Signed-off-by: Jorge Perez <[email protected]>
1 parent 1ab56da commit 0fffa55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rclcpp_lifecycle/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ if(BUILD_TESTING)
6161
# Give cppcheck hints about macro definitions coming from outside this package
6262
set(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS ${rclcpp_INCLUDE_DIRS})
6363
ament_lint_auto_find_test_dependencies()
64+
65+
find_package(ament_cmake_cppcheck REQUIRED)
66+
ament_cppcheck()
6467
set_tests_properties(cppcheck PROPERTIES TIMEOUT 360)
6568

6669
find_package(performance_test_fixture REQUIRED)

0 commit comments

Comments
 (0)