Module build_nextest_unit_tests

Source
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§

NextestUnitTestArchive
Type-safe wrapper around a built nextest archive containing unit tests
Node
(see module-level docs)
Request

Enums§

BuildNextestUnitTestMode
Build mode to use when building the nextest unit tests