1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

Small cleanup for valgrind target

This commit is contained in:
Daniel Veillard 2012-08-24 16:38:54 +08:00
parent 622705398a
commit 73f94c602c

View File

@ -209,10 +209,10 @@ runtests:
check: all runtests
check-valgrind: all
check-valgrind valgrind: all
@echo '## Running the regression tests under Valgrind'
@echo '## Go get a cup of coffee it is gonna take a while ...'
$(MAKE) CHECKER='valgrind -q' check
$(MAKE) CHECKER='valgrind -q' runtests
testall : tests SVGtests SAXtests
@ -221,11 +221,6 @@ tests: XMLtests XMLenttests NStests IDtests Errtests APItests $(READER_TEST) $(T
$(MAKE) tests ; fi)
@(cd doc/examples ; $(MAKE) tests)
valgrind:
@echo '## Running the regression tests under Valgrind'
@echo '## Go get a cup of coffee it is gonna take a while ...'
$(MAKE) CHECKER='valgrind -q' tests
APItests: testapi$(EXEEXT)
@echo "## Running the API regression tests this may take a little while"
-@($(CHECKER) $(top_builddir)/testapi -q)