mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +03:00
Small cleanup for valgrind target
This commit is contained in:
parent
622705398a
commit
73f94c602c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user