summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-08 14:56:32 +0100
committerGünther Deschner <gd@samba.org>2011-02-08 22:16:31 +0100
commit698d339ffd8abf59f0f000d4155241c267975c68 (patch)
tree7075afe95fc0ae593d82031ce40f999949293374 /source3/Makefile.in
parent480671481e69f0646ab78086dc275f798f713af6 (diff)
downloadsamba-698d339ffd8abf59f0f000d4155241c267975c68.tar.gz
samba-698d339ffd8abf59f0f000d4155241c267975c68.tar.bz2
samba-698d339ffd8abf59f0f000d4155241c267975c68.zip
selftest: remove make oldtest.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 22:16:31 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 55ab10d564..15d854eb15 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3402,10 +3402,6 @@ test_pam_modules:: pam_modules
TEST_EXTRA_ARGS = ${smbtorture4_option} ${selftest_shrdir} ${selftest_custom_conf}
-oldtest:: all torture timelimit
- @echo Running Test suite
- @LIB_PATH_VAR=$(LIB_PATH_VAR) PERL="$(PERL)" NSS_WRAPPER_WINBIND_SO_PATH="$(srcdir)/@WINBIND_NSS@" $(srcdir)/script/tests/selftest.sh ${selftest_prefix} all ${TEST_EXTRA_ARGS}
-
valgrindtest:: all torture timelimit
@echo Running Test suite with valgrind
@$(MAKE) test \