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


LDB_URL="tdbtest.ldb"
export LDB_URL

PATH=bin:$PATH
export PATH

rm -f tdbtest.ldb
rm -f tdbtest.ldb.1
rm -f tdbtest.ldb.2

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

. $LDBDIR/tests/test-generic.sh

. $LDBDIR/tests/test-extended.sh

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