summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-06 01:12:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-06 01:12:56 +0100
commit1f46aac357b986405215ea7cbf9a1c971a2482d0 (patch)
tree19458091bc6b7f2bc3e0d8c735bf3d9f6c284bd7 /source3/Makefile.in
parentaaa27706664da2855c09da0691c3717b571edaba (diff)
downloadsamba-1f46aac357b986405215ea7cbf9a1c971a2482d0.tar.gz
samba-1f46aac357b986405215ea7cbf9a1c971a2482d0.tar.bz2
samba-1f46aac357b986405215ea7cbf9a1c971a2482d0.zip
Use metze's approach.
(This used to be commit 126cc075995ffaeb65317627acae05c1b96cebd0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2214292854..b10425b934 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2161,11 +2161,11 @@ test_pam_modules: pam_modules
##
test: all torture timelimit
@echo Running Test suite
- @$(LIB_PATH_VAR)=`dirname ${smbtorture4_path}`/shared PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"
+ @LIB_PATH_VAR=$(LIB_PATH_VAR) PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"
valgrindtest: all torture timelimit
@echo Running Test suite with valgrind
- @$(LIB_PATH_VAR)=`dirname ${smbtorture4_path}`/shared \
+ @LIB_PATH_VAR=$(LIB_PATH_VAR) \
NMBD_VALGRIND="xterm -n nmbd -e valgrind -q --db-attach=yes --num-callers=30" \
WINBINDD_VALGRIND="xterm -n winbindd -e valgrind -q --db-attach=yes --num-callers=30" \
SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \