Update build script to match changes in libprotobuf-mutator repo. (#399)

This commit is contained in:
Vitaly Buka 2017-02-17 01:35:35 -08:00 committed by GitHub
parent d68a23644e
commit af6fbb29d4
1 changed files with 6 additions and 6 deletions

View File

@ -25,11 +25,11 @@ cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release \
-DLIB_PROTO_MUTATOR_WITH_ASAN=OFF \
-DLIB_PROTO_MUTATOR_FUZZER_LIBRARIES=FuzzingEngine
ninja libxml2_example expat_example
cp -f libxml2_example $OUT/
cp -f libxml2_example $OUT/libxml2_small
cp -f libxml2_example $OUT/libxml2_dict
cp -f expat_example $OUT/
cp -f expat_example $OUT/expat_dict
cp -f examples/libxml2/libxml2_example $OUT/
cp -f examples/libxml2/libxml2_example $OUT/libxml2_small
cp -f examples/libxml2/libxml2_example $OUT/libxml2_dict
cp -f examples/expat/expat_example $OUT/
cp -f examples/expat/expat_example $OUT/expat_dict
popd
# Experimental fuzzer to compare coverage with default one.
@ -41,7 +41,7 @@ cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release \
-DLIB_PROTO_MUTATOR_WITH_ASAN=OFF \
-DLIB_PROTO_MUTATOR_FUZZER_LIBRARIES=FuzzingEngine
ninja libxml2_example
cp -f libxml2_example $OUT/libxml2_experiment
cp -f examples/libxml2/libxml2_example $OUT/libxml2_experiment
popd