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