mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
moved all crates into seperate folder + related path fixes
This commit is contained in:
parent
12ef03bb86
commit
eee85fa45d
1063 changed files with 92 additions and 93 deletions
11
crates/compiler/parse/fuzz/README.md
Normal file
11
crates/compiler/parse/fuzz/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
To setup fuzzing you will need to install cargo-fuzz and run with rust nightly:
|
||||
|
||||
```
|
||||
$ cargo install cargo-fuzz
|
||||
$ cargo +nightly fuzz run -j<cores> <target> -- -dict=dict.txt
|
||||
```
|
||||
|
||||
The different targets can be found by running `cargo fuzz list`.
|
||||
|
||||
When a bug is found, it will be reported with commands to run it again and look for a minimized version.
|
||||
If you are going to file a bug, please minimize the input before filing the bug.
|
Loading…
Add table
Add a link
Reference in a new issue