SuperMaxusa f767d4d73a fetch-networking: fix parsing of HTTP headers (#1182) | před 3 dny | |
---|---|---|
.. | ||
api | před 1 měsícem | |
benchmark | před 2 měsíci | |
devices | před 3 dny | |
expect | před 2 měsíci | |
full | před 2 měsíci | |
jit-paging | před 2 měsíci | |
kvm-unit-tests | před 4 měsíci | |
manual | před 1 rokem | |
nasm | před 4 měsíci | |
qemu | před 2 měsíci | |
rust | před 3 roky | |
Readme.md | před 3 roky |
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)