diff options
author | Leif Johansson <leifj@sunet.se> | 2015-10-23 12:16:49 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-10-23 12:16:49 +0200 |
commit | 66a18b1f8f1e8e6f832a89d5d5a450610fcf9c2f (patch) | |
tree | 35a99ec4c1e6ad148eba0dc154c40060550d5abd | |
parent | d25685239f91c5390cee43518e9ef2dfe3dd5ec5 (diff) |
coc and r&s test in pendantic target
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/[1;31m&[0m/;s/validates/[1;32m&[0m/' |