colcon-cargo icon indicating copy to clipboard operation
colcon-cargo copied to clipboard

Add a unittest / integration test to make sure that `colcon-cargo` works as part of a `colcon-build`

Open bergercookie opened this issue 5 years ago • 0 comments

Such test should include the following step:

  • Create a template ws/src/ directory with a minimal rust package (hello-world)
  • Run colcon (with the colcon-cargo extension 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

bergercookie avatar Nov 09 '20 11:11 bergercookie