master
/ miniconda3 / pkgs / zlib-1.2.13-h5eee18b_0 / info / test / run_test.sh

run_test.sh @a663dc1

41a0142
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
set -ex



test -f ${PREFIX}/include/zlib.h
test -f ${PREFIX}/lib/libz.a
test -f ${PREFIX}/lib/libz.so
exit 0