File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
#
16
16
# ###############################################################################
17
17
18
- cmake . -DBUILD_TESTING=OFF
18
+ cmake . -DBUILD_TESTING=ON
19
19
make clean
20
- make -j$( nproc) brunslidec-static
20
+ make -j$( nproc) all
21
21
22
22
# TODO(eustas): add seed corpus
23
23
24
24
$CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode.cc \
25
+ ./CMakeFiles/build_huffman_table_test.dir/c/tests/test_utils.cc.o \
25
26
-o $OUT /fuzz_decode $LIB_FUZZING_ENGINE \
26
27
./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
27
28
./_deps/brotli-build/libbrotlidec-static.a \
28
29
./_deps/brotli-build/libbrotlicommon-static.a
29
30
30
31
$CXX $CXXFLAGS -std=c++11 -I./c/include c/tests/fuzz_decode_streaming.cc \
32
+ ./CMakeFiles/build_huffman_table_test.dir/c/tests/test_utils.cc.o \
31
33
-o $OUT /fuzz_decode_streaming $LIB_FUZZING_ENGINE \
32
34
./artifacts/libbrunslidec-static.a ./artifacts/libbrunslicommon-static.a \
33
35
./_deps/brotli-build/libbrotlidec-static.a \
You can’t perform that action at this time.
0 commit comments