ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
As described here the solution works. Still unclear is what had really had changed because add_rostest(test/testAll.test)
was tested before (first approach)...
Just added following lines in the CMakeLists.txt:
if (CATKIN_ENABLE_TESTING)
add_rostest(test/testAll.test)
endif()