aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-07-31 08:20:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-07-31 08:20:02 +0000
commit373345764b92c5959154ec233163a2a64a775863 (patch)
tree83e8d2fe706e4825f74942062c35498d8d1669bb /Makefile.am
parent09459bf1078992a5dea8c1bbef4919b90bc25218 (diff)
downloadandroid_external_libxml2-373345764b92c5959154ec233163a2a64a775863.tar.gz
android_external_libxml2-373345764b92c5959154ec233163a2a64a775863.tar.bz2
android_external_libxml2-373345764b92c5959154ec233163a2a64a775863.zip
added a skipped list, insert rmt-ns10-035 improve 'make check' clean up
* runxmlconf.c: added a skipped list, insert rmt-ns10-035 * Makefile.am: improve 'make check' * include/libxml/xmlerror.h parser.c: clean up namespace errors checking and reporting, errors when a document is labelled as UTF-16 while it is parsed as UTF-8 and no encoding was given explicitely. * result/errors/webdav.xml.*: some warnings are no recategorized as Namespace errors Daniel svn path=/trunk/; revision=3761
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 5ba123b5..b42abef1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -169,7 +169,7 @@ runxmlconf_LDADD= $(LDADDS)
runtests:
runtest$(EXEEXT) && testapi$(EXEEXT) && runxmlconf$(EXEEXT)
-check-local: all runtests
+check: all runtests
testall : tests SVGtests SAXtests