]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[fuzz] Mention the corpora in the README
authorNick Terrell <terrelln@fb.com>
Mon, 25 Sep 2017 20:32:50 +0000 (13:32 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 25 Sep 2017 22:31:38 +0000 (15:31 -0700)
tests/fuzz/README.md

index 6d0fab556acad1e9cbb24cbd33f7c2c73b3d59a3..f184be646ef68de89811cd14d5238a8c603a926f 100644 (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