summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorleifj <leifj@0878fbc5-a6f2-46f6-b174-cb7b08c221d1>2009-04-07 21:36:59 +0000
committerleifj <leifj@0878fbc5-a6f2-46f6-b174-cb7b08c221d1>2009-04-07 21:36:59 +0000
commit7f9d445fa14f0605426e8b4825a493dacaab6f77 (patch)
treeadfe1bb6e0f833f58b7f13ea5821ed868e3f776d /Makefile
parentc5dda43a8f95976409412c12e9e8a46248524794 (diff)
test and schema
git-svn-id: svn+ssh://svn.it.su.se/svn/swamid-metadata/trunk@101 0878fbc5-a6f2-46f6-b174-cb7b08c221d1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7a1f2ed..b5854656 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,14 @@ nya-testing:
@test -s nya-1.0-testing.xml && cp nya-1.0-testing.xml /local/saml-metadata
swamid-testing:
- saml-md-tool swamid-1.0-testing update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)
+ @saml-md-tool swamid-1.0-testing update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)
@test -s swamid-1.0-testing.xml && cp swamid-1.0-testing.xml /local/saml-metadata
+test:
+ @xmllint --xinclude --noout --schema schema/sstc-saml-schema-metadata-2.0.xsd swamid-1.0.mxml
+ @xmllint --xinclude --noout --schema schema/sstc-saml-schema-metadata-2.0.xsd nya-1.0.mxml
+ @xmllint --xinclude --noout --schema schema/sstc-saml-schema-metadata-2.0.xsd swamid-1.0-testing.mxml
+ @xmllint --xinclude --noout --schema schema/sstc-saml-schema-metadata-2.0.xsd nya-1.0-testing.mxml
+
clean:
@rm -f *.xml