diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-12-12 11:44:04 +0100 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-12-12 11:44:04 +0100 |
commit | 7e58f1b28f265f575eaf56b1c5c803ccbf9a0dba (patch) | |
tree | befce4a8b155e21dcaed258ce8747f8c2c402409 /Makefile | |
parent | 8f114cc2cf4297ed44f6b4f3001acf2428c2467c (diff) |
tta-portal.misc.kth.se
SWAMIDOPS-7090
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -116,6 +116,8 @@ test: clean swamid2-deps @for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x > /dev/null 2>&1 || exit 1 ; done @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 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 clean: @rm -f *.xml *.tbs *.n |