mirror of https://github.com/google/oss-fuzz.git
nghttp2: extend build to match upstream fuzzers (#8193)
New fuzzer in upstream. Updating build.
This commit is contained in:
parent
66f0278fb3
commit
075d60d201
|
@ -23,6 +23,10 @@ $CXX $CXXFLAGS -std=c++11 -Ilib/includes \
|
|||
fuzz/fuzz_target.cc -o $OUT/nghttp2_fuzzer \
|
||||
$LIB_FUZZING_ENGINE lib/.libs/libnghttp2.a
|
||||
|
||||
$CXX $CXXFLAGS -std=c++11 -Ilib/includes \
|
||||
fuzz/fuzz_target_fdp.cc -o $OUT/nghttp2_fuzzer_fdp \
|
||||
$LIB_FUZZING_ENGINE lib/.libs/libnghttp2.a
|
||||
|
||||
cp $SRC/*.options $OUT
|
||||
|
||||
zip -j $OUT/nghttp2_fuzzer_seed_corpus.zip fuzz/corpus/*/*
|
||||
|
|
Loading…
Reference in New Issue