master
/ miniconda3 / pkgs / libssh2-1.10.0-hdbd6064_2 / info / test / run_test.sh

run_test.sh @a663dc1 raw · history · blame

set -ex



test -f $PREFIX/include/libssh2.h
test -f $PREFIX/include/libssh2_publickey.h
test -f $PREFIX/include/libssh2_sftp.h
test -f $PREFIX/lib/libssh2.a
test -f $PREFIX/lib/libssh2${SHLIB_EXT}
exit 0