summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-21 17:19:23 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-21 17:19:23 +0200
commit59a6e534cd64f766342546ff59bc1399a3c8237e (patch)
tree6563407a70911e5734a7a3f54bc4347673b4ba99 /source3/Makefile.in
parentd14244459243ec317438bb0bb06fad0094d1a5e2 (diff)
parentdadde7e8f065e1d5c339c7b5692bd1712d35820c (diff)
downloadsamba-59a6e534cd64f766342546ff59bc1399a3c8237e.tar.gz
samba-59a6e534cd64f766342546ff59bc1399a3c8237e.tar.bz2
samba-59a6e534cd64f766342546ff59bc1399a3c8237e.zip
Merge branch 'selftest' of git://git.samba.org/jelmer/samba
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 0e1d17f29e..a0151d12f9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2807,6 +2807,9 @@ valgrindtest:: all torture timelimit
VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix} all "${smbtorture4_path}"
+selftest::
+ ../selftest/selftest.pl --prefix=st --target=samba3 --testlist="`pwd`/selftest/tests.sh|"
+
# Check for Winbind struct 32/64bit padding
test_wbpad:
@echo "Testing winbind request/response structure for 32/64bit padding"