summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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