summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-05 09:49:08 +0100
committerStefan Metzmacher <metze@samba.org>2007-11-09 09:53:02 +0100
commitcfec6c3083544599a4047863e1f109ee8fb80283 (patch)
tree5d91a5863641d5afc5dd30dfd93f3e7fb81f3a5f /source3/Makefile.in
parentc4a20912b12915281cbe68e6816475eda7191e56 (diff)
downloadsamba-cfec6c3083544599a4047863e1f109ee8fb80283.tar.gz
samba-cfec6c3083544599a4047863e1f109ee8fb80283.tar.bz2
samba-cfec6c3083544599a4047863e1f109ee8fb80283.zip
make test: activate nss_wrapper for make test
metze (This used to be commit 02cfd283627bd8f10d7beb8d43cead35dd867346)
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 664f75ddc5..a850174439 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2044,11 +2044,11 @@ test_pam_modules: pam_modules
##
test: all torture timelimit
@echo Running Test suite
- @sh $(srcdir)/script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"
+ @PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"
valgrindtest: all torture timelimit
@echo Running Test suite with valgrind
@NMBD_VALGRIND="xterm -n nmbd -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" \
- $(srcdir)/script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"
+ PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"