Home | History | Annotate | Download | only in libxml2

Lines Matching refs:PYTHON

7 DIST_SUBDIRS = include . doc example python xstc
179 -@(if [ "$(PYTHON)" != "" ] ; then \
180 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
185 -@(if [ "$(PYTHON)" != "" ] ; then \
186 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
209 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
222 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
1109 @(if [ -x $(PYTHON) ] ; then \
1110 PYTHONPATH=$(top_builddir)/python:$(top_builddir)/python/.libs:$$PYTHONPATH ; \
1114 echo "## Relax-NG Python based test suite 1" ; \
1115 $(CHECKER) $(PYTHON) $(srcdir)/check-relaxng-test-suite.py ; \
1116 echo "## Relax-NG Python based test suite 2" ; \
1117 $(CHECKER) $(PYTHON) $(srcdir)/check-relaxng-test-suite2.py ; \
1121 @(if [ -x $(PYTHON) ] ; then \
1122 PYTHONPATH=$(top_builddir)/python:$(top_builddir)/python/.libs:$$PYTHONPATH; \
1126 echo "## XML Schemas datatypes Python based test suite" ; \
1128 $(CHECKER) $(PYTHON) $(srcdir)/check-xsddata-test-suite.py ; \
1130 @(if [ -x $(PYTHON) -a -d xstc ] ; then cd xstc ; $(MAKE) CHECKER="$(CHECKER)" pytests ; fi)