summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-03 00:08:24 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-03 00:10:19 +0100
commit7f283b29f14fc3c39fdb164f2c8e9ca18b4442ea (patch)
treeaba434415cb5105d5ce9fca2c95a31e1774036ad /source3/Makefile.in
parent6ed02233c3d873d4aa6ee4306d61cc2aad465a5d (diff)
downloadsamba-7f283b29f14fc3c39fdb164f2c8e9ca18b4442ea.tar.gz
samba-7f283b29f14fc3c39fdb164f2c8e9ca18b4442ea.tar.bz2
samba-7f283b29f14fc3c39fdb164f2c8e9ca18b4442ea.zip
s3:build: pass the path to smbtorture4 down to make with and without '-t' prefix
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5d15e0fcca..9d08f7e9ca 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -19,6 +19,7 @@ datarootdir=@datarootdir@
selftest_prefix=@selftest_prefix@
selftest_shrdir=@selftest_shrdir@
smbtorture4_path=@smbtorture4_path@
+smbtorture4_option=@smbtorture4_option@
selftest_custom_conf=@selftest_custom_conf@
LIBS=@LIBS@
@@ -2932,7 +2933,7 @@ test_pam_modules:: pam_modules
## Targets for 'make test'
##
-TEST_EXTRA_ARGS = ${smbtorture4_path} ${selftest_shrdir} ${selftest_custom_conf}
+TEST_EXTRA_ARGS = ${smbtorture4_option} ${selftest_shrdir} ${selftest_custom_conf}
test:: all torture timelimit
@echo Running Test suite