1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-25 23:21:26 +03:00

added PYTHONPATH to python tests for Schemas and RelaxNG added testfile

* Makefile.am: added PYTHONPATH to python tests for Schemas
  and RelaxNG
* test/xsdtest/xsdtestsuite.xml: added testfile for
  SchemasPythonTests
This commit is contained in:
William M. Brack 2004-03-31 02:01:32 +00:00
parent c6ba2381ef
commit f580674366
3 changed files with 5297 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
* Makefile.am: added PYTHONPATH to python tests for Schemas
and RelaxNG
* test/xsdtest/xsdtestsuite.xml: added testfile for
SchemasPythonTests
Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
* doc/examples/examples.xsl doc/examples/index.html: added

View File

@ -885,6 +885,8 @@ Relaxtests: xmllint$(EXEEXT)
RelaxNGPythonTests:
@(if [ -x $(PYTHON) ] ; then \
PYTHONPATH=$(top_builddir)/python:$(top_builddir)/python/.libs ; \
export PYTHONPATH; \
echo "## Relax-NG Python based test suite 1" ; \
$(CHECKER) $(PYTHON) $(srcdir)/check-relaxng-test-suite.py ; \
echo "## Relax-NG Python based test suite 2" ; \
@ -893,6 +895,8 @@ RelaxNGPythonTests:
SchemasPythonTests:
@(if [ -x $(PYTHON) ] ; then \
PYTHONPATH=$(top_builddir)/python:$(top_builddir)/python/.libs; \
export PYTHONPATH; \
echo "## XML Schemas datatypes Python based test suite" ; \
$(CHECKER) $(PYTHON) $(srcdir)/check-xsddata-test-suite.py ; \
fi)

File diff suppressed because it is too large Load Diff