From af6fbb29d4bb71c4ef81aff3dbf0444ecba1e23b Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Fri, 17 Feb 2017 01:35:35 -0800 Subject: [PATCH] Update build script to match changes in libprotobuf-mutator repo. (#399) --- projects/libprotobuf-mutator/build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/libprotobuf-mutator/build.sh b/projects/libprotobuf-mutator/build.sh index b93390762..3aa80eae2 100755 --- a/projects/libprotobuf-mutator/build.sh +++ b/projects/libprotobuf-mutator/build.sh @@ -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