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:
parent
bda5957667
commit
cdc1a59a63
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user