Rob Blanckaert 58d4336149 virtio_net device | vor 4 Monaten | |
---|---|---|
.. | ||
api | vor 1 Monat | |
benchmark | vor 1 Monat | |
devices | vor 1 Monat | |
expect | vor 1 Monat | |
full | vor 1 Monat | |
jit-paging | vor 1 Monat | |
kvm-unit-tests | vor 3 Monaten | |
manual | vor 1 Jahr | |
nasm | vor 4 Monaten | |
qemu | vor 1 Monat | |
rust | vor 3 Jahren | |
Readme.md | vor 3 Jahren |
Use the corresponding make
target in the root directory to run a test. The
following list is roughtly sorted from most interesting/useful to least.
The following environmental variables are respected by most tests if applicable:
TEST_RELEASE_BUILD=1
: Test the release build (libv86.js, v86.wasm) instead of the
debug build (libv86-debug.js, v86-debug.wasm)MAX_PARALLEL_TESTS=n
: Maximum number of tests to run in parallel. Defaults
to the number of cores in your system or less.TEST_NAME="…"
: Run only the specified test (only expect, full, nasm)