Fabian a66e3a2bfb fewer blank lines | hai 3 meses | |
---|---|---|
.. | ||
api | hai 10 meses | |
benchmark | hai 3 meses | |
devices | hai 3 meses | |
expect | hai 1 ano | |
full | hai 3 meses | |
jit-paging | hai 1 ano | |
kvm-unit-tests | hai 3 meses | |
manual | hai 1 ano | |
nasm | hai 3 meses | |
qemu | hai 1 ano | |
rust | %!s(int64=3) %!d(string=hai) anos | |
Readme.md | %!s(int64=3) %!d(string=hai) anos |
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)