summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2014-03-19 13:51:59 +0100
committerLeif Johansson <leifj@sunet.se>2014-03-19 13:51:59 +0100
commit8acde93c3801b04839e3b99cf2e816fe5496c444 (patch)
treea19ac0ccbfdbfe432f726b8ebe0a673cb9c8a415 /Makefile
parent7ea96b0f936892fa9d424bcac23c8105bf01ca72 (diff)
parentc731703949db26d4a540eda12e507a74d1bbc049 (diff)
Merge branch 'master' of md-master.swamid.se:swamid-metadata
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 73daf009..9441db91 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,8 @@ tidy:
committest: test
@echo "Checking for entity-categories in SPSSODescriptors"
@for x in `find $(SRCDIRS) -name \*.xml`; do if cat $$x | sed 's;\(</*\)[a-z0-9]*:;\1;g' | xmllint --xpath /EntityDescriptor/SPSSODescriptor/Extensions/EntityAttributes - 2>/dev/null | grep -q entity-category ; then echo " $$x" ; fi ; done | grep . && exit 1 || true
+ @echo "Checking for entity-categories in IDPSSODescriptor"
+ @for x in `find $(SRCDIRS) -name \*.xml`; do if cat $$x | sed 's;\(</*\)[a-z0-9]*:;\1;g' | xmllint --xpath /EntityDescriptor/IDPSSODescriptor/Extensions/EntityAttributes - 2>/dev/null | grep -q entity-category ; then echo " $$x" ; fi ; done | grep . && exit 1 || true
@echo "Checking for MDUI in EntityDescriptor/Extensions"
@for x in `find $(SRCDIRS) -name \*.xml`; do if cat $$x | sed 's;\(</*\)[a-z0-9]*:;\1;g' | xmllint --xpath /EntityDescriptor/Extensions/UIInfo - 2>/dev/null | grep -q . ; then echo " $$x" ; fi ; done | grep . && exit 1 || true