You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when using the Ninja generator, the "tests" target does not seem to appear in the output of that command, and therefore is not built by a colcon build on a ROS package containing cmake such as:
The "help" target is used to check if a particular target exists:
colcon-cmake/colcon_cmake/task/cmake/__init__.py
Lines 92 to 93 in 2e824fd
But when using the Ninja generator, the "tests" target does not seem to appear in the output of that command, and therefore is not built by a
colcon build
on a ROS package containing cmake such as:This causes
colcon test
failures if rostest tries to launch the unbuilt test binary.The text was updated successfully, but these errors were encountered: