blob: f016e5d28f18aa852c4263bdbd186ecbc9824cd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
# this runs the file serving tests that are expected to pass with samba3
incdir=`dirname $0`
. $incdir/test_functions.sh
BINDIR=$incdir/../../bin
plantest "talloctort" none $VALGRIND $BINDIR/talloctort
plantest "replacetort" none $VALGRIND $BINDIR/replacetort
plantest "tdbtorture" none $VALGRIND $BINDIR/tdbtorture
|