mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
commit
b178b41c50
5 changed files with 1 additions and 24 deletions
|
@ -4,7 +4,7 @@ To setup fuzzing you will need to install cargo-fuzz and run with rust nightly:
|
|||
|
||||
```sh
|
||||
$ cargo install cargo-fuzz
|
||||
$ cargo +nightly fuzz run -j<cores> <target> -- -dict=../parse/fuzz/dict.txt
|
||||
$ cargo +nightly fuzz run -j<cores> <target> -- -dict=../dict.txt
|
||||
```
|
||||
|
||||
The different targets can be found by running `cargo fuzz list`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue