diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-07-10 21:38:31 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-07-10 21:38:31 +0000 |
commit | 1f33c4d61f3cc9820643ef726b373ec3044bcac3 (patch) | |
tree | 47fca67e6dfd88826c7981d950ebf6b7b1cffa09 /README | |
parent | df4223ece455246e24d76b6617d086cb99ccb609 (diff) | |
download | libxml2-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-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |