1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 11:22:46 +03:00

Add instructions to run fuzzer

This commit is contained in:
oxalica 2022-09-20 19:56:37 +08:00
parent f36ec4af63
commit 9bc685c1c8

View File

@ -0,0 +1,4 @@
To run fuzzer:
1. Enter dev-shell `fuzz` of top-level `flake.nix`
2. `cd` to this directory
3. Run `cargo fuzz run -j <NUM_THREADS> parser`