Merge pull request #487 from cmeister2/cmeister2/ossfuzzcorpus

ossfuzz: Zip up all "input" files to use as a seed corpus
This commit is contained in:
Corey Farrell
2019-07-26 09:43:44 -04:00
committed by GitHub

View File

@@ -25,3 +25,6 @@ make
# Copy the fuzzer to the output directory.
cp -v test/ossfuzz/json_load_dump_fuzzer $OUT/
# Zip up all input files to use as a test corpus
find test/suites -name "input" -print | zip $OUT/json_load_dump_fuzzer_seed_corpus.zip -@