master
/ miniconda3 / pkgs / libcurl-8.1.1-h251f7ec_1 / info / test / run_test.sh

run_test.sh @a663dc1 raw · history · blame

1
2
3
4
5
6
7
8
9
set -ex



curl-config --features
curl-config --protocols
test -f ${PREFIX}/lib/libcurl${SHLIB_EXT}
test ! -f ${PREFIX}/lib/libcurl.a
exit 0