mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
doc: document "make check-fuzz"
This commit is contained in:
parent
14afa6efe7
commit
6e11a2e416
1 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue