summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Mattsson <Bjorn.Mattsson@bth.se>2019-06-14 19:06:42 +0200
committerBjörn Mattsson <Bjorn.Mattsson@bth.se>2019-06-14 19:06:42 +0200
commite44f91e24a10f5b751554644210e96a439992980 (patch)
tree23dbd528aec1fd9981814de6f4b6b5eb2f2e995f /Makefile
parent7abd9ef4bef9ecf21f20d2bf25b57c92e6cb7466 (diff)
Fixat till RegistrationInfo i 2 xml-filer + Makefilen för test2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 020a0e55..747d3d3f 100644
--- a/Makefile
+++ b/Makefile
@@ -252,10 +252,11 @@ testRegistrationAuthority:
test: syntaxtest testMDUI testOrgData testEntCat testSimpleSign testALlevel testEduGAINchecks testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP testRoleDescriptor testAttributeInIdP testValidContact testRegistrationAuthority
-test2: $(SWAMIDXML) schematest testMDUI testOrgData testEntCat testSimpleSign testALlevel testEduGAINchecks testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP testRoleDescriptor testAttributeInIdP testValidContact
+test2: $(SWAMIDXML) schematest testMDUI testOrgData testEntCat testSimpleSign testALlevel testEduGAINchecks testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP testRoleDescriptor testAttributeInIdP testValidContact testRegistrationAuthority
.time/%.time: swamid-2.0/%.xml
@# make tidy
+ @xsltproc xslt/add-rpi.xsl $< > $<.c && mv $<.c $<
@xsltproc xslt/clean-entitydescriptor.xsl $< > $<.c && mv $<.c $<
@# make schematest