zlib: re-enable "make check" (#10529)

This was disabled 4 years ago, due to issues with MSAN.
I currently cannot reproduce under MSAN.
If the issue does reproduce, we could better document what it is.
This commit is contained in:
fanquake 2023-06-21 08:27:24 +08:00 committed by GitHub
parent 171c9131f7
commit 60b995c1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -18,9 +18,7 @@
./configure
make -j$(nproc) clean
make -j$(nproc) all
# Do not make check as there are tests that fail when compiled with MSAN.
# make -j$(nproc) check
make -j$(nproc) check
for f in $(find $SRC -name '*_fuzzer.cc'); do
b=$(basename -s .cc $f)

View File

@ -1,4 +1,4 @@
homepage: "http://www.zlib.net/"
homepage: "https://www.zlib.net/"
language: c++
primary_contact: "glennrp@gmail.com"
auto_ccs: