summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2018-04-04 21:41:13 +0200
committerLeif Johansson <leifj@sunet.se>2018-04-04 21:41:13 +0200
commit2fe0d19e668bdc9aa75f5f8ee084e7da346d0184 (patch)
tree17831876e2d30602986c8d8c35c231792f0598ee /Makefile
parent2589de30416678b2e340ace0554bdc00f5330be4 (diff)
make make committest the default make test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b3e6887..57079fba 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ swamid-interfederations-idp-2.0.xml: swamid-interfederations-2.0.mxml
swamid-externals-sp-2.0.xml: swamid-externals-2.0.mxml
@xsltproc --xinclude xslt/extract-non-idp.xslt swamid-externals-2.0.mxml > swamid-externals-sp-2.0.xml
-test: clean dependencies schematest
+syntaxtest: clean dependencies schematest
pedantic: clean dependencies schematest testRefedsRnS testGeantCoCo
@@ -214,7 +214,7 @@ testBadStrings:
@echo "Check for bad strings in metadata"
@for x in `find $(SRCDIRS) -name \*.xml`; do grep -E 'ServiceName xml:lang="[^"]*"/>' $$x | sed 's/^/ /' ; done | grep . && exit 1 || exit 0
-committest: test testMDUI testOrgData testEntCat testSimpleSign testALlevel testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP
+test: syntaxtest testMDUI testOrgData testEntCat testSimpleSign testALlevel testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP
deeptest: committest testMDUIreach