[libxml2] Small cleanup for valgrind target



commit 73f94c602c50f2ad158d5b5f4aac282ee764d8fe
Author: Daniel Veillard <veillard redhat com>
Date:   Fri Aug 24 16:38:54 2012 +0800

    Small cleanup for valgrind target

 Makefile.am |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index dcac0f8..c8e8c93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]