From 480671481e69f0646ab78086dc275f798f713af6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Feb 2011 14:55:12 +0100 Subject: s3-selftest: let valgrindtest use the new make test. Guenther --- source3/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 2055a6e8dc..55ab10d564 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3408,12 +3408,11 @@ oldtest:: all torture timelimit valgrindtest:: all torture timelimit @echo Running Test suite with valgrind - @LIB_PATH_VAR=$(LIB_PATH_VAR) \ + @$(MAKE) test \ 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}/valgrind.log" \ - PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix} all ${TEST_EXTRA_ARGS} + VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" selftestdir = ../selftest -- cgit