mirror of https://github.com/google/oss-fuzz.git
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:
parent
171c9131f7
commit
60b995c1b2
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
homepage: "http://www.zlib.net/"
|
||||
homepage: "https://www.zlib.net/"
|
||||
language: c++
|
||||
primary_contact: "glennrp@gmail.com"
|
||||
auto_ccs:
|
||||
|
|
Loading…
Reference in New Issue