Crate x86test_macro
source · [−]Expand description
This implements the x86test macro to run and also customize the execution of KVM based unit-tests.
Attribute Macros
The x86test macro adds and initializes a X86TestFn struct for
every test function. That X86TestFn in turn is annotated with
#[test_case] therefore all these structs are aggregated with
by the custom test framework runner which is declared in runner.rs.