Skip to content

Commit

Permalink
doc: document "make check-fuzz"
Browse files Browse the repository at this point in the history
  • Loading branch information
morehouse authored and rustyrussell committed Apr 9, 2023
1 parent 14afa6e commit 6e11a2e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/FUZZING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ coverage (not required though).
./configure --enable-developer --enable-experimental-features --enable-address-sanitizer --enable-ub-sanitizer --enable-fuzzing --disable-valgrind CC=clang && make
```

The targets will be built in `tests/fuzz/` as `fuzz-` binaries.
The targets will be built in `tests/fuzz/` as `fuzz-` binaries, with their best
known seed corpora stored in `tests/fuzz/corpora/`.

You can run the fuzz targets on their seed corpora to check for regressions:

```
make check-fuzz
```


## Run one or more target(s)
Expand Down

0 comments on commit 6e11a2e

Please sign in to comment.