Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libxml2
Commits
68763173
Commit
68763173
authored
Sep 06, 2004
by
Daniel Veillard
Browse files
Small fix, Daniel
parent
b1da40c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
xstc/Makefile.am
View file @
68763173
...
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment