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
commit af66d3f4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 -@