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


export LDB_URL="tdbtest.ldb"

PATH=bin:$PATH
export PATH

rm -f tdbtest.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