From 11e21f23cbac2f0fe2c1bc87d427172211cf8e9f Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Mon, 25 Sep 2017 13:32:50 -0700 Subject: [PATCH] [fuzz] Mention the corpora in the README --- tests/fuzz/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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