summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Mattsson <Bjorn.Mattsson@bth.se>2020-11-16 18:53:05 +0100
committerBjörn Mattsson <Bjorn.Mattsson@bth.se>2020-11-16 18:53:05 +0100
commit860ac61727bd7dfa02e2271ff8aff6f3834942be (patch)
tree67cc2f9a657bba0556e2f514b8d0530ebbeb9293 /Makefile
parentc53bccb5d2f7d9f336c73eb784f1bae6375d2653 (diff)
Resolved SWAMID-3519
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7520a2f0..33c7916f 100644
--- a/Makefile
+++ b/Makefile
@@ -269,13 +269,13 @@ test: syntaxtest testMDUI testEntCat testSimpleSign testALlevel testEduGAINcheck
test2: $(SWAMIDXML) schematest testMDUI testEntCat testSimpleSign testALlevel testEduGAINchecks testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP testRoleDescriptor testAttributeInIdP testValidContact testRegistrationAuthority
.time/%.time: swamid-2.0/%.xml
+ @# make schematest
+ @xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $< 2>&1
+
@# make tidy
@xsltproc xslt/add-rpi.xsl $< > $<.c && mv $<.c $<
@xsltproc xslt/clean-entitydescriptor.xsl $< > $<.c && mv $<.c $<
- @# make schematest
- @xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $< 2>&1
-
@# make testMDUI
@# Lang = ISO_639-1
@cat $< | sed -n 's/.*xml:lang="\([^"]*\)".*/\1/p' | sort -u | grep -vxE 'cs|da|de|en|fi|fr|it|sv|no|nn|nb|is' | sed 's/.*/Bad lang code : &/' | grep . && exit 1 || true