How to rostest a single (entire) package in catkin workspace?
(I believe related to http://answers.ros.org/question/62583... )
I have found through painful trial-and-error that when rostests
are defined in a package's CMakeLists.txt, they will not build with the typical catkin_make run_tests_<package>
:
catkin_make run_tests
WORKScatkin_make run_tests_<package>
DOESN'T WORK
It is quite painful to not have the ability to run rostests
from only one package at a time.
Is this expected behavior, and can anyone explain why?
hydro on 12.04