Lines Matching +full:- +full:dbuild_testing
1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 cmake . -DBUILD_TESTING=OFF
20 make -j$(nproc) brunslidec-static
24 $CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode.cc \
25 -o $OUT/fuzz_decode $LIB_FUZZING_ENGINE \
26 ./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
27 ./third_party/brotli/libbrotlidec-static.a \
28 ./third_party/brotli/libbrotlicommon-static.a
30 $CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode_streaming.cc \
31 -o $OUT/fuzz_decode_streaming $LIB_FUZZING_ENGINE \
32 ./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
33 ./third_party/brotli/libbrotlidec-static.a \
34 ./third_party/brotli/libbrotlicommon-static.a