consistently naming fuzzers

This commit is contained in:
Mike Aizatsky 2016-10-26 15:24:23 -07:00 committed by GitHub
parent 9f88a9f20f
commit 7604c1a9e9
1 changed files with 1 additions and 1 deletions

View File

@ -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/