doc: document "make check-fuzz"

This commit is contained in:
Matt Morehouse 2023-03-20 10:55:36 -05:00 committed by Rusty Russell
parent 14afa6efe7
commit 6e11a2e416

View file

@ -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 ./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) ## Run one or more target(s)