Expand description
Build all cargo-nextest based unit-tests in the OpenVMM workspace.
In the context of OpenVMM, we consider a “unit-test” to be any test which doesn’t require any special dependencies (e.g: additional binaries, disk images, etc…), and can be run simply by invoking the test bin itself.
Structs§
- Type-safe wrapper around a built nextest archive containing unit tests
- (see module-level docs)
Enums§
- Build mode to use when building the nextest unit tests