1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 19:49:20 +03:00
nil/crates/syntax/fuzz
2022-09-20 19:56:37 +08:00
..
fuzz_targets Refactor workspace layout 2022-09-06 01:54:33 +08:00
.gitignore Refactor workspace layout 2022-09-06 01:54:33 +08:00
Cargo.toml Refactor workspace layout 2022-09-06 01:54:33 +08:00
README.md Add instructions to run fuzzer 2022-09-20 19:56:37 +08:00

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