Nitin Tejuja 0615be5d60 Fixed issue #632 async/await (#633) | преди 2 години | |
---|---|---|
.. | ||
api | преди 2 години | |
benchmark | преди 2 години | |
devices | преди 2 години | |
expect | преди 3 години | |
full | преди 2 години | |
jit-paging | преди 2 години | |
kvm-unit-tests | преди 2 години | |
nasm | преди 3 години | |
qemu | преди 2 години | |
rust | преди 3 години | |
Readme.md | преди 3 години |
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)