From 68763173d19e31dfccc92d152f494fc51fa3a620 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 6 Sep 2004 12:02:19 +0000 Subject: [PATCH] Small fix, Daniel --- xstc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xstc/Makefile.am b/xstc/Makefile.am index a5db6c1d..63038480 100644 --- a/xstc/Makefile.am +++ b/xstc/Makefile.am @@ -41,13 +41,13 @@ $(TESTDIRS): pytests: $(PYSCRIPTS) $(TESTDIRS) -@(if [ -x nist-test.py -a -d nisttest ] ; then \ echo "# Running NIST Schemas tests"; \ - ./nist-test.py -s ; fi) + ./nist-test.py -s -b $(srcdir) ; fi) -@(if [ -x sun-test.py -a -d suntest ] ; then \ echo "# Running Sun Schemas tests"; \ - ./sun-test.py -s ; fi) + ./sun-test.py -s -b $(srcdir) ; fi) -@(if [ -x ms-test.py -a -d msxsdtest ] ; then \ echo "# Running Microsoft Schemas tests"; \ - ./ms-test.py -s ; fi) + ./ms-test.py -s -b $(srcdir) ; fi) tests: -@(if [ -x $(PYTHON) ] ; then \