mirror of https://github.com/google/oss-fuzz.git
[picotls] disable smaller fuzz targets (#2229)
This commit is contained in:
parent
169cae111a
commit
7da052c72d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue