1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00
Files
samba-mirror/source/lib/ldb/tests/test-sqlite3.sh
Simo Sorce c226c1c7a3 r7338: let it be possible to run sqlite3 tests when it is compiled in
make it also so that we do not run test for modules we do not compile in
2007-10-10 13:17:44 -05:00

10 lines
95 B
Bash
Executable File

#!/bin/sh
export LDB_URL="sqlite://sqltest.ldb"
rm -f sqltest.ldb
. tests/test-generic.sh