8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BINDIR=$1
|
|
|
|
. `dirname $0`/../../../testprogs/blackbox/subunit.sh
|
|
|
|
testit "ldb" `dirname $0`/test-tdb.sh $BINDIR
|