integrated fixup-tests.py Daniel

* xstc/Makefile.am: integrated fixup-tests.py
Daniel
diff --git a/ChangeLog b/ChangeLog
index 9521648..a6b0b20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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 @@
 	   $(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