summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-09 13:59:48 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-01-09 06:13:21 +0100
commit12cb6cd44a3f2cee73974b9d845178d63b3dbc4b (patch)
tree1b38445422b44fb220070b1b142460c959b7c7a1 /source3/Makefile.in
parent356f7989eb7114a5149d777882cf741322f34dfc (diff)
downloadsamba-12cb6cd44a3f2cee73974b9d845178d63b3dbc4b.tar.gz
samba-12cb6cd44a3f2cee73974b9d845178d63b3dbc4b.tar.bz2
samba-12cb6cd44a3f2cee73974b9d845178d63b3dbc4b.zip
s3-build: Remove unused hooks to set smbtorture4 and test args
These were left around after the selftest.pl script was introduced. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jan 9 06:13:21 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2dcb71b694..532cd79d88 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -53,9 +53,6 @@ LMHOSTSFILE=@LMHOSTSFILE@
SMB_PASSWD_FILE=@SMB_PASSWD_FILE@
selftest_prefix=@selftest_prefix@
-selftest_shrdir=@selftest_shrdir@
-smbtorture4_option=@smbtorture4_option@
-selftest_custom_conf=@selftest_custom_conf@
LIBS=@LIBS@
CC=@CC@
@@ -3503,8 +3500,6 @@ test_pam_modules:: pam_modules
## Targets for 'make test'
##
-TEST_EXTRA_ARGS = ${smbtorture4_option} ${selftest_shrdir} ${selftest_custom_conf}
-
valgrindtest:: all torture timelimit
@echo Running Test suite with valgrind
@$(MAKE) test \