mirror of https://github.com/google/oss-fuzz.git
consistently naming fuzzers
This commit is contained in:
parent
9f88a9f20f
commit
7604c1a9e9
|
@ -6,7 +6,7 @@ cd /src/expat/expat
|
|||
make clean all
|
||||
|
||||
$CXX $CXXFLAGS -std=c++11 -Ilib/ \
|
||||
/src/parse_fuzzer.cc -o /out/expat_parse_fuzzer \
|
||||
/src/parse_fuzzer.cc -o /out/parse_fuzzer \
|
||||
-lfuzzer .libs/libexpat.a $FUZZER_LDFLAGS
|
||||
|
||||
cp /src/*.dict /src/*.options /out/
|
||||
|
|
Loading…
Reference in New Issue