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 5d2b32b commit 126d517Copy full SHA for 126d517
rclcpp_lifecycle/CMakeLists.txt
@@ -60,8 +60,13 @@ if(BUILD_TESTING)
60
find_package(ament_lint_auto REQUIRED)
61
# Give cppcheck hints about macro definitions coming from outside this package
62
set(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS ${rclcpp_INCLUDE_DIRS})
63
+ list(APPEND AMENT_LINT_AUTO_EXCLUDE "ament_cmake_cppcheck")
64
ament_lint_auto_find_test_dependencies()
65
66
+ find_package(ament_cmake_cppcheck REQUIRED)
67
+ ament_cppcheck()
68
+ set_tests_properties(cppcheck PROPERTIES TIMEOUT 360)
69
+
70
find_package(performance_test_fixture REQUIRED)
71
72
add_performance_test(
0 commit comments