summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-07-10 21:38:31 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-07-10 21:38:31 +0000
commit1f33c4d61f3cc9820643ef726b373ec3044bcac3 (patch)
tree47fca67e6dfd88826c7981d950ebf6b7b1cffa09 /README
parentdf4223ece455246e24d76b6617d086cb99ccb609 (diff)
downloadlibxml2-1f33c4d61f3cc9820643ef726b373ec3044bcac3.tar.gz
preparing to make testsuite releases along with code source releases fixed
* xstc/Makefile.am README README.tests Makefile.tests Makefile.am: preparing to make testsuite releases along with code source releases * gentest.py testapi.c: fixed a couple of problem introduced by the new Schemas support for Readers * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude but simple way. * xmlschemas.c include/libxml/tree.h: fixed a couple of problems raised by the doc builder. * doc/*: made rebuild Daniel
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 77262254..f1817aa6 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ To assert build quality:
on an Unixised setup:
run make tests
otherwise:
- There is 2 standalone tools runtest.c and testapi.c, which should
- compile as part of the build or as any application would.
+ There is 3 standalone tools runtest.c runsuite.c testapi.c, which
+ should compile as part of the build or as any application would.
Launch them from this directory to get results, runtest checks
the proper functionning of libxml2 main APIs while testapi does
a full coverage check. Report failures to the list.