[picotls] disable smaller fuzz targets (#2229)

This commit is contained in:
Jonathan Foote 2019-03-11 16:20:04 -04:00 committed by Abhishek Arya
parent 169cae111a
commit 7da052c72d
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
pushd $SRC/picotls
cmake -DBUILD_FUZZER=ON -DOSS_FUZZ=ON .
make
cp ./fuzz-* $OUT/
cp ./fuzz-client-hello $OUT/
cp ./fuzz-server-hello $OUT/
zip -jr $OUT/fuzz-client-hello_seed_corpus.zip $SRC/picotls/fuzz/fuzz-client-hello-corpus
zip -jr $OUT/fuzz-server-hello_seed_corpus.zip $SRC/picotls/fuzz/fuzz-server-hello-corpus