ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Ok, I should have searched for rosmake options. ;-)
There is a command rosmake [PACKAGE] -t
that builds and tests the package.
But it calls make test
only for the package specified and not for the packages it depends on...