gz-cmake
gz-cmake copied to clipboard
Helpers for setting up ign command-line tests
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
It's tricky to get UNIT_ign_TEST
configured and working properly on multiple platforms. We currently have a working example in ign-transport4
, and the following pull request ports these changes to ign-msgs1
, but it is a bit complicated and spread over quite a few files.
- https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-msgs/pull-requests/62/fix-unit_ign_test-on-homebrew/diff
It would be nice if we could provide some helpers to simplify this.