1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

integrated fixup-tests.py Daniel

* xstc/Makefile.am: integrated fixup-tests.py
Daniel
This commit is contained in:
Daniel Veillard 2005-04-02 10:28:13 +00:00
parent bda5957667
commit cdc1a59a63
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
* xstc/Makefile.am: integrated fixup-tests.py
Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
* xmlschemastypes.c: fixed a lack of comment and missing test for

View File

@ -56,6 +56,13 @@ $(TESTDIRS):
$(TAR) -xzf $(TARBALL) $(TESTDIRS) ; \
echo "done" ; \
fi);
-@(if [ -x fixup-tests.py ] ; then \
chmod -R u+w msxsdtest; \
echo "## Microsoft tests fixups"; \
PYTHONPATH="../python:../python/.libs:..:../libs:$$PYTHONPATH" ;\
export PYTHONPATH; \
LD_LIBRARY_PATH="$(top_builddir)/.libs:$$LD_LIBRARY_PATH" ; \
$(PYTHON) fixup-tests.py ; fi)
#
# The actual test run if present. PYTHONPATH is updated to make sure