[zlib-ng] add make check (#1729)

This commit is contained in:
sebpop 2018-08-17 15:09:26 -05:00 committed by Max Moroz
parent 55cb636d13
commit e21b573b63
1 changed files with 1 additions and 2 deletions

View File

@ -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 *.*