ossfuzz: Zip up all "input" files to use as a seed corpus

This commit is contained in:
Max Dymond 2019-07-24 19:41:45 +01:00
parent 0ed750a7ea
commit 287b5acb07
No known key found for this signature in database
GPG Key ID: 12A8D9E2219BD5FA

View File

@ -25,3 +25,6 @@ make
# Copy the fuzzer to the output directory. # Copy the fuzzer to the output directory.
cp -v test/ossfuzz/json_load_dump_fuzzer $OUT/ 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 -@