s3-selftest: let valgrindtest use the new make test.
authorGünther Deschner <gd@samba.org>
Tue, 8 Feb 2011 13:55:12 +0000 (14:55 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 8 Feb 2011 20:27:40 +0000 (21:27 +0100)
Guenther

source3/Makefile.in

index 2055a6e8dc415c7d54f6b20300f53bda6ce8c5aa..55ab10d5642db69e399591a8db19c2e22f115717 100644 (file)
@@ -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