run_test.sh 207 B

123456789101112
  1. set -ex
  2. test -f $PREFIX/include/libssh2.h
  3. test -f $PREFIX/include/libssh2_publickey.h
  4. test -f $PREFIX/include/libssh2_sftp.h
  5. test -f $PREFIX/lib/libssh2.a
  6. test -f $PREFIX/lib/libssh2${SHLIB_EXT}
  7. exit 0