rostest - Executable not rebuilding
I am trying to write rostests for the clear_costmap_recovery package. [relevant code]
Is there a way to build the tests for only one package?
Running catkin_make
or catkin_make clear_costmap_recovery
do not rebuild the test executable.
Running catkin_make run_tests
does rebuild the test executable, but also runs ALL the tests in the navigation package.
Running catkin_make run_tests_clear_costmap_recovery
runs only the relevant tests, but does NOT rebuild the test executable.