aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-08-14 14:11:30 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-08-14 14:11:30 +0000
commite3b7d9a165a62236c7d3443d48fb3dca86589d72 (patch)
tree658f037753dcfbf6afbbce65a09034b90e6c4122 /Makefile.am
parent9e92351e6a0154e80f9df163ba6614d47a6c9b07 (diff)
downloadandroid_external_libxml2-e3b7d9a165a62236c7d3443d48fb3dca86589d72.tar.gz
android_external_libxml2-e3b7d9a165a62236c7d3443d48fb3dca86589d72.tar.bz2
android_external_libxml2-e3b7d9a165a62236c7d3443d48fb3dca86589d72.zip
quick but apparently working implementation of xi:fallback, should close
* xinclude.c: quick but apparently working implementation of xi:fallback, should close bug #89684 * Makefile.am test/XInclude/docs/fallback.xml result/XInclude/fallback.xml: added a basic test for fallback, and run with --nowarning to avoid a spurious warning * configure.in: applied patch from Frederic Crozat for python bindings on AMD 64bits machines. Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0d3162f1..f9d94262 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -399,10 +399,10 @@ XIncludetests : xmllint$(EXEEXT)
if [ ! -d $$i ] ; then \
if [ ! -f $(srcdir)/result/XInclude/$$name ] ; then \
echo New test file $$name ; \
- $(CHECKER) $(top_builddir)/xmllint --xinclude $$i > $(srcdir)/result/XInclude/$$name ; \
+ $(CHECKER) $(top_builddir)/xmllint --nowarning --xinclude $$i > $(srcdir)/result/XInclude/$$name ; \
else \
echo Testing $$name ; \
- $(CHECKER) $(top_builddir)/xmllint --xinclude $$i > result.$$name ; \
+ $(CHECKER) $(top_builddir)/xmllint --nowarning --xinclude $$i > result.$$name ; \
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
diff $(srcdir)/result/XInclude/$$name result.$$name ; \
rm result.$$name ; \