mirror of https://github.com/google/oss-fuzz.git
Added more fuzzers for jsoncons. (#3586)
* Added more fuzzers for jsoncons. * Fixed mistake in travis. * removed bson fuzzer.
This commit is contained in:
parent
e3bb988d8a
commit
c13b7e1c2e
|
@ -17,3 +17,7 @@
|
|||
|
||||
cd jsoncons
|
||||
$CXX ./fuzzers/fuzz_parse.cpp -I./include $CXXFLAGS $LIB_FUZZING_ENGINE -o $OUT/fuzz_parse
|
||||
$CXX ./fuzzers/fuzz_csv.cpp -I./include $CXXFLAGS $LIB_FUZZING_ENGINE -o $OUT/fuzz_csv
|
||||
|
||||
# With third party
|
||||
$CXX ./fuzzers/fuzz_cbor.cpp -I./include -I./third_party $CXXFLAGS $LIB_FUZZING_ENGINE -o $OUT/fuzz_cbor
|
||||
|
|
Loading…
Reference in New Issue