mirror of https://github.com/google/oss-fuzz.git
[zlib-ng] add make check (#1729)
This commit is contained in:
parent
55cb636d13
commit
e21b573b63
|
@ -23,8 +23,7 @@ sed -i 's/$(CC) $(LDFLAGS)/$(CXX) $(LDFLAGS)/g' Makefile
|
||||||
|
|
||||||
make -j$(nproc) clean
|
make -j$(nproc) clean
|
||||||
make -j$(nproc) all
|
make -j$(nproc) all
|
||||||
# FIXME: enable make check once it passes with clang sanitizers.
|
make -j$(nproc) check
|
||||||
# make -j$(nproc) check
|
|
||||||
|
|
||||||
find . -name 'compress_fuzzer' -exec cp -v '{}' $OUT ';'
|
find . -name 'compress_fuzzer' -exec cp -v '{}' $OUT ';'
|
||||||
zip $OUT/compress_fuzzer_seed_corpus.zip *.*
|
zip $OUT/compress_fuzzer_seed_corpus.zip *.*
|
||||||
|
|
Loading…
Reference in New Issue