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

The test target is CTest, you can read the CTest documentation if you want to use that target.

catkin provides the run_tests target which runs all the tests. You can tab complete run_tests_ to get a target for each test you have registered which only runs that test.