Skip to content

Commit

Permalink
Merge pull request #487 from cmeister2/cmeister2/ossfuzzcorpus
Browse files Browse the repository at this point in the history
ossfuzz: Zip up all "input" files to use as a seed corpus
  • Loading branch information
coreyfarrell committed Jul 26, 2019
2 parents a6f6ec1 + 287b5ac commit af66d3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ossfuzz/ossfuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -@

0 comments on commit af66d3f

Please sign in to comment.