summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-19 14:56:29 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-19 14:56:29 +0200
commit86576f0f1627bf799e422d16baac5a7057de0316 (patch)
treecefd60815b763cdf64d6fa9836f3b6da8098a1e9 /source3/Makefile.in
parent085e7b0b6cc882b31c11b6d6ea7834235588e1ed (diff)
downloadsamba-86576f0f1627bf799e422d16baac5a7057de0316.tar.gz
samba-86576f0f1627bf799e422d16baac5a7057de0316.tar.bz2
samba-86576f0f1627bf799e422d16baac5a7057de0316.zip
Add 'selftest' target to Samba 3 that uses the perl selftest code.
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 1b86c95c13..831db95b34 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2799,6 +2799,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"