Note: These are only internal tests and not intended as examples.
This directory contains fuzz tests created via the Jest integration that test internal Jazzer.js functionality.
General fuzz test configuration is done via .jazzerjsrc
Use the provided script runFuzzTests to execute all tests in the fuzztests
directory. Pass in async as first argument to start all tests in parallel. To
change the working dir, pass in the target directory as second parameter.
Sync:
./runFuzzTests.jsAsync:
./runFuzzTests.js asyncOther dir:
./runFuzzTests.js async otherDirectory