What
#328 introduced a separate Bazel argument for QNX QEMU unit tests, to work around the unit test framework needing --run_under, which interferes with the integration tests.
It would be nice to run all tests in one command.
Acceptance Criteria (DoD)
- QNX unit tests and integration tests can both be run under QEMU in one invocation of
bazel test
How
Follow the guide in the unit test framework to use wrapper targets rather than --run_under, then resolve the errors that leads to.
What
#328 introduced a separate Bazel argument for QNX QEMU unit tests, to work around the unit test framework needing
--run_under, which interferes with the integration tests.It would be nice to run all tests in one command.
Acceptance Criteria (DoD)
bazel testHow
Follow the guide in the unit test framework to use wrapper targets rather than
--run_under, then resolve the errors that leads to.