From: Nick Terrell Date: Mon, 25 Sep 2017 20:32:50 +0000 (-0700) Subject: [fuzz] Mention the corpora in the README X-Git-Tag: v1.3.2~3^2~31^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e21f23cbac2f0fe2c1bc87d427172211cf8e9f;p=thirdparty%2Fzstd.git [fuzz] Mention the corpora in the README --- diff --git a/tests/fuzz/README.md b/tests/fuzz/README.md index 6d0fab556..f184be646 100644 --- a/tests/fuzz/README.md +++ b/tests/fuzz/README.md @@ -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