diff options
author | Günther Deschner <gd@samba.org> | 2011-02-08 14:55:12 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-08 21:27:40 +0100 |
commit | 480671481e69f0646ab78086dc275f798f713af6 (patch) | |
tree | eeb58bac37be89a526a6cf2a11c13b38f231416c /source3 | |
parent | 587cfd1832d297a1a7e472e20889da356f9e6815 (diff) | |
download | samba-480671481e69f0646ab78086dc275f798f713af6.tar.gz samba-480671481e69f0646ab78086dc275f798f713af6.tar.bz2 samba-480671481e69f0646ab78086dc275f798f713af6.zip |
s3-selftest: let valgrindtest use the new make test.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
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 |