ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For a CMake package colcon test will simply invoke all tests defined - same as calling ctest on that package. You can only use options to select / exclude certain tests - for CTest e.g. based on the test names or labels.

ament_clang_tidy iis an independent package / executable and afaik it doesn't have any logic to select files based on package names.