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