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:
parent
c6ba2381ef
commit
f580674366
@ -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
|
||||
|
@ -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)
|
||||
|
5286
test/xsdtest/xsdtestsuite.xml
Normal file
5286
test/xsdtest/xsdtestsuite.xml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user