[fuzz] Mention the corpora in the README

This commit is contained in:
Nick Terrell 2017-09-25 13:32:50 -07:00
parent 6bb781e0f1
commit 11e21f23cb

View File

@ -1,6 +1,14 @@
# Fuzzing
Each fuzzing target can be built with multiple engines.
Zstd provides a fuzz corpus for each target that can be downloaded with
the command:
```
make corpora
```
It will download each corpus into `./corpora/TARGET`.
## fuzz.py