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:
commit
af66d3f4c0
@ -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 -@
|
||||||
|
Loading…
Reference in New Issue
Block a user