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

How do I `colcon test` using only `cmake` and `make`?

asked 2021-01-18 12:23:21 -0500

rubicks gravatar image

I can approximate catkin run_tests with cmake . && make run_tests.

How do I similarly approximate colcon test?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-03-15 01:22:23 -0500

Dirk Thomas gravatar image

By invoking ctest.

See the code snippet which does that including a few arguments: https://github.com/colcon/colcon-cmak...

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2021-01-18 12:23:21 -0500

Seen: 161 times

Last updated: Mar 15 '21