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§
- Nextest
Unit Test Archive - Type-safe wrapper around a built nextest archive containing unit tests
- Node
- (see module-level docs)
- Request
Enums§
- Build
Nextest Unit Test Mode - Build mode to use when building the nextest unit tests