ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Where does "catkin run_tests" get tests from?

asked 2015-11-10 04:08:58 -0500

130s gravatar image

updated 2021-03-21 17:58:27 -0500

lucasw gravatar image
catkin config --install
catkin build --limit-status-rate 0.1 --no-notify -DCMAKE_BUILD_TYPE=Release
catkin build --limit-status-rate 0.1 --no-notify --make-args tests
catkin run_tests
catkin_test_results build

After doing above for my package, it seems tests are run, even though they are not installed and only available in source space. Is it an expected behavior?

$ dpkg -p python-catkin-tools |grep Ver
Version: 0.3.0-1
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-11-12 02:18:46 -0500

tfoote gravatar image

Yes, tests are built into the build space and executed there.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-11-10 04:08:58 -0500

Seen: 1,644 times

Last updated: Mar 21 '21