summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-24 13:18:42 +0200
committerStefan Metzmacher <metze@samba.org>2007-11-09 09:53:03 +0100
commit702d227433e2f044796366cf28f5418f4b18debc (patch)
tree0e3b7c46ccb9c5516a089febec3e10995326c833 /source3/Makefile.in
parentf56e82ff8169fdcb2d132eef453dbf958650bf9d (diff)
downloadsamba-702d227433e2f044796366cf28f5418f4b18debc.tar.gz
samba-702d227433e2f044796366cf28f5418f4b18debc.tar.bz2
samba-702d227433e2f044796366cf28f5418f4b18debc.zip
make test: start winbindd
metze (This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a850174439..884e5a40a5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2049,6 +2049,7 @@ test: all torture timelimit
valgrindtest: all torture timelimit
@echo Running Test suite with valgrind
@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" \
VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/st/valgrind.log" \
PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"