diff options
author | Mike Hommey <glandium@debian.org> | 2005-04-04 18:29:12 +0000 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2005-04-04 18:29:12 +0000 |
commit | 371ec3dc23718c366ab2bcc39f3f396b1c4847ae (patch) | |
tree | 4b6b085d6133539f4c2b877b8bb2be0018585dab /xstc | |
parent | fc47147da19673e700fc2f38b4ed9d9e85874b9f (diff) | |
parent | 0fc063df3ab2ad380d532d210dd1001de473e51b (diff) | |
download | libxml2-371ec3dc23718c366ab2bcc39f3f396b1c4847ae.tar.gz |
New upstream release
Diffstat (limited to 'xstc')
-rw-r--r-- | xstc/Makefile.am | 7 | ||||
-rw-r--r-- | xstc/Makefile.in | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/xstc/Makefile.am b/xstc/Makefile.am index e7e128b..6927abb 100644 --- a/xstc/Makefile.am +++ b/xstc/Makefile.am @@ -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 diff --git a/xstc/Makefile.in b/xstc/Makefile.in index f2c9d44..f997da7 100644 --- a/xstc/Makefile.in +++ b/xstc/Makefile.in @@ -471,6 +471,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 |