summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-10-23 12:16:49 +0200
committerLeif Johansson <leifj@sunet.se>2015-10-23 12:16:49 +0200
commit66a18b1f8f1e8e6f832a89d5d5a450610fcf9c2f (patch)
tree35a99ec4c1e6ad148eba0dc154c40060550d5abd
parentd25685239f91c5390cee43518e9ef2dfe3dd5ec5 (diff)
coc and r&s test in pendantic target
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 714a842a..2e09f6cb 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,9 @@ 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 refedsRnS geantCoCo
+test: clean dependencies schematest
+
+pedantic: clean dependencies schematest refedsRnS geantCoCo
schematest:
@for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x 2>&1 ; done | sed 's/fails to validate/&/;s/validates/&/'