We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab56da commit 0fffa55Copy full SHA for 0fffa55
rclcpp_lifecycle/CMakeLists.txt
@@ -61,6 +61,9 @@ if(BUILD_TESTING)
61
# Give cppcheck hints about macro definitions coming from outside this package
62
set(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS ${rclcpp_INCLUDE_DIRS})
63
ament_lint_auto_find_test_dependencies()
64
+
65
+ find_package(ament_cmake_cppcheck REQUIRED)
66
+ ament_cppcheck()
67
set_tests_properties(cppcheck PROPERTIES TIMEOUT 360)
68
69
find_package(performance_test_fixture REQUIRED)
0 commit comments