Fabian 02d45c6d68 add a few tests (mu, space invaders) | há 11 meses atrás | |
---|---|---|
.. | ||
api | há 11 meses atrás | |
benchmark | há 1 ano atrás | |
devices | há 1 ano atrás | |
expect | há 1 ano atrás | |
full | há 11 meses atrás | |
jit-paging | há 1 ano atrás | |
kvm-unit-tests | há 1 ano atrás | |
manual | há 1 ano atrás | |
nasm | há 1 ano atrás | |
qemu | há 1 ano atrás | |
rust | há 3 anos atrás | |
Readme.md | há 3 anos atrás |
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)