mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
Small fix, Daniel
This commit is contained in:
@@ -41,13 +41,13 @@ $(TESTDIRS):
|
|||||||
pytests: $(PYSCRIPTS) $(TESTDIRS)
|
pytests: $(PYSCRIPTS) $(TESTDIRS)
|
||||||
-@(if [ -x nist-test.py -a -d nisttest ] ; then \
|
-@(if [ -x nist-test.py -a -d nisttest ] ; then \
|
||||||
echo "# Running NIST Schemas tests"; \
|
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 \
|
-@(if [ -x sun-test.py -a -d suntest ] ; then \
|
||||||
echo "# Running Sun Schemas tests"; \
|
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 \
|
-@(if [ -x ms-test.py -a -d msxsdtest ] ; then \
|
||||||
echo "# Running Microsoft Schemas tests"; \
|
echo "# Running Microsoft Schemas tests"; \
|
||||||
./ms-test.py -s ; fi)
|
./ms-test.py -s -b $(srcdir) ; fi)
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
-@(if [ -x $(PYTHON) ] ; then \
|
-@(if [ -x $(PYTHON) ] ; then \
|
||||||
|
Reference in New Issue
Block a user