ossfuzz: Zip up all "input" files to use as a seed corpus
This commit is contained in:
parent
0ed750a7ea
commit
287b5acb07
@ -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 -@
|
||||
|
Loading…
Reference in New Issue
Block a user