From 86576f0f1627bf799e422d16baac5a7057de0316 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 19 Oct 2008 14:56:29 +0200 Subject: Add 'selftest' target to Samba 3 that uses the perl selftest code. --- source3/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/Makefile.in') 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" -- cgit