mirror of https://github.com/google/oss-fuzz.git
Update build script to match changes in libprotobuf-mutator repo. (#399)
This commit is contained in:
parent
d68a23644e
commit
af6fbb29d4
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue