summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFredrik Åslund <fredrik.aslund@umu.se>2014-03-19 09:49:56 +0100
committerFredrik Åslund <fredrik.aslund@umu.se>2014-03-19 09:49:56 +0100
commit98770bb838dd5b84dd332c6d4f44b5d6b69e07d9 (patch)
tree68eb9b72a31e0c11f52a6a51f297e5f680acf96d /Makefile
parent1bd58b47a477327881f0c25dd6cd90e638b35947 (diff)
research-and-scholarship added to weblogin.uu.se
SWAMIDOPS-7186
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