Expand description
This implements the x86test macro to run and also customize the execution of KVM based unit-tests.
Attribute Macrosยง
- x86test
- The
x86testmacro adds and initializes aX86TestFnstruct for every test function. ThatX86TestFnin turn is annotated with#[test_case]therefore all these structs are aggregated with by the custom test framework runner which is declared inrunner.rs.