Fabian a66e3a2bfb fewer blank lines | 3 mesiacov pred | |
---|---|---|
.. | ||
api | 10 mesiacov pred | |
benchmark | 3 mesiacov pred | |
devices | 3 mesiacov pred | |
expect | 1 rok pred | |
full | 3 mesiacov pred | |
jit-paging | 1 rok pred | |
kvm-unit-tests | 3 mesiacov pred | |
manual | 1 rok pred | |
nasm | 3 mesiacov pred | |
qemu | 1 rok pred | |
rust | 3 rokov pred | |
Readme.md | 3 rokov pred |
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)