diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-11-16 18:53:05 +0100 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-11-16 18:53:05 +0100 |
commit | 860ac61727bd7dfa02e2271ff8aff6f3834942be (patch) | |
tree | 67cc2f9a657bba0556e2f514b8d0530ebbeb9293 /Makefile | |
parent | c53bccb5d2f7d9f336c73eb784f1bae6375d2653 (diff) |
Resolved SWAMID-3519
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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/.*/[1;31mBad lang code : &[0m/' | grep . && exit 1 || true |