run_test.sh 187 B

123456789101112
  1. set -ex
  2. sqlite3 --version
  3. test -f $PREFIX/lib/libsqlite3${SHLIB_EXT}
  4. test ! -f $PREFIX/lib/libsqlite3.a
  5. test -f $PREFIX/include/sqlite3.h
  6. test -f $PREFIX/include/sqlite3ext.h
  7. exit 0