diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-21 17:32:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-21 17:32:07 +0200 |
commit | fe02004865144dd5061a6cc9889bef6195de995e (patch) | |
tree | 4e7926d151370d4e68825284b316db8a6a624e11 /source3/selftest | |
parent | ecd293325c05ab5c179403b023747baf3ee5ed37 (diff) | |
download | samba-fe02004865144dd5061a6cc9889bef6195de995e.tar.gz |
Specify skip list to selftest.pl, make make target depend on test
binaries.
Diffstat (limited to 'source3/selftest')
-rw-r--r-- | source3/selftest/quick | 0 | ||||
-rw-r--r-- | source3/selftest/slow | 0 | ||||
-rwxr-xr-x | source3/selftest/tests.sh | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/quick b/source3/selftest/quick deleted file mode 100644 index e69de29bb2d..00000000000 --- a/source3/selftest/quick +++ /dev/null diff --git a/source3/selftest/slow b/source3/selftest/slow deleted file mode 100644 index e69de29bb2d..00000000000 --- a/source3/selftest/slow +++ /dev/null diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh index 3ded5686c28..01f87debd0b 100755 --- a/source3/selftest/tests.sh +++ b/source3/selftest/tests.sh @@ -49,4 +49,4 @@ BINDIR=`dirname $0`/../bin plantest "talloctort" none $VALGRIND $BINDIR/talloctort plantest "replacetort" none $VALGRIND $BINDIR/replacetort plantest "tdbtorture" none $VALGRIND $BINDIR/tdbtorture -plantest "smbconftort" none $VALGRIND $BINDIR/smbconftort $CONFIGURATION +#plantest "smbconftort" none $VALGRIND $BINDIR/smbconftort $CONFIGURATION |