colcon-cargo
colcon-cargo copied to clipboard
Add a unittest / integration test to make sure that `colcon-cargo` works as part of a `colcon-build`
Such test should include the following step:
- Create a template
ws/src/directory with a minimal rust package (hello-world) - Run
colcon(with thecolcon-cargoextension enabled) from the root of the workspace and make sure that the appropriate binaries are generated under the rust package install prefix; Potentially also execute the installed executable