summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/test-sqlite3.sh
blob: a51ae637dc863e4c0a7d0f07102d833e62f9e566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh


LDB_URL="sqlite://sqltest.ldb"
export LDB_URL

PATH=bin:$PATH
export PATH

rm -f sqltest.ldb

if [ -z "$LDBDIR" ]; then
    LDBDIR="."
    export LDBDIR
fi

. $LDBDIR/tests/test-generic.sh

#. $LDBDIR/tests/test-extended.sh

#. $LDBDIR/tests/test-tdb-features.sh