From: Günther Deschner Date: Tue, 8 Feb 2011 13:55:12 +0000 (+0100) Subject: s3-selftest: let valgrindtest use the new make test. X-Git-Tag: tevent-0.9.11~873 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=480671481e69f0646ab78086dc275f798f713af6;p=thirdparty%2Fsamba.git s3-selftest: let valgrindtest use the new make test. Guenther --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 2055a6e8dc4..55ab10d5642 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