aboutsummaryrefslogtreecommitdiffstats
path: root/xstc/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 /xstc/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 'xstc/Makefile.am')
-rw-r--r--xstc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstc/Makefile.am b/xstc/Makefile.am
index 57e1a4a3..2fc9167c 100644
--- a/xstc/Makefile.am
+++ b/xstc/Makefile.am
@@ -126,7 +126,7 @@ tests:
valgrind:
-@(if [ -x $(PYTHON) ] ; then \
echo '## Running the regression tests under Valgrind' ; \
- $(MAKE) CHECKER='valgrind' MAKEFLAGS+=--silent pytests ; fi);
+ $(MAKE) CHECKER='valgrind -q' MAKEFLAGS+=--silent pytests ; fi);
clean:
rm -f $(PYSCRIPTS) test.log