Fabian a66e3a2bfb fewer blank lines | il y a 5 mois | |
---|---|---|
.. | ||
api | il y a 1 an | |
benchmark | il y a 5 mois | |
devices | il y a 5 mois | |
expect | il y a 1 an | |
full | il y a 5 mois | |
jit-paging | il y a 1 an | |
kvm-unit-tests | il y a 5 mois | |
manual | il y a 1 an | |
nasm | il y a 5 mois | |
qemu | il y a 1 an | |
rust | il y a 4 ans | |
Readme.md | il y a 4 ans |
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)