aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2007-04-25 13:55:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2007-04-25 13:55:20 +0000
commitcb4284e29641aa7dd990d42aba772b7f5c1ab50d (patch)
treecfead7421a525202381f04716de16526b2965b32 /Makefile.am
parentc9923324e92f0fff68ee2912fb1f0d28262bea1d (diff)
downloadandroid_external_libxml2-cb4284e29641aa7dd990d42aba772b7f5c1ab50d.tar.gz
android_external_libxml2-cb4284e29641aa7dd990d42aba772b7f5c1ab50d.tar.bz2
android_external_libxml2-cb4284e29641aa7dd990d42aba772b7f5c1ab50d.zip
applied patch from Richard Jones to for the silent flag on valgrind when
* xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied patch from Richard Jones to for the silent flag on valgrind when doing "make valgrind" * xmlregexp.c: raise a regexp error when '\' is misused to escape a standard character. Daniel svn path=/trunk/; revision=3606
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 66760403..d1feb948 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -167,7 +167,7 @@ tests: XMLtests XMLenttests NStests IDtests Errtests APItests @READER_TEST@ @TES
valgrind:
@echo '## Running the regression tests under Valgrind'
@echo '## Go get a cup of coffee it is gonna take a while ...'
- $(MAKE) CHECKER='valgrind' tests
+ $(MAKE) CHECKER='valgrind -q' tests
APItests: testapi$(EXEEXT)
@echo "## Running the API regression tests this may take a little while"