diff --git a/projects/zlib/build.sh b/projects/zlib/build.sh index 9b5879558..316b7cb6b 100755 --- a/projects/zlib/build.sh +++ b/projects/zlib/build.sh @@ -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) diff --git a/projects/zlib/project.yaml b/projects/zlib/project.yaml index 73c248aad..d301993f8 100644 --- a/projects/zlib/project.yaml +++ b/projects/zlib/project.yaml @@ -1,4 +1,4 @@ -homepage: "http://www.zlib.net/" +homepage: "https://www.zlib.net/" language: c++ primary_contact: "glennrp@gmail.com" auto_ccs: