diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-10-10 15:43:06 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-10-10 15:43:06 +0200 |
commit | f01b24ba3e40a9fed94c21e9aa7c64dfffad340d (patch) | |
tree | 6e5c0aff2edaf070f9cd04e627e1d8046ef2882b /Makefile | |
parent | 3f45239b6d4aeb3c6ceb889ca0801d50efafd3d9 (diff) |
Fixed missing mailto: in Contact info
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,7 +240,7 @@ testAttributeInIdP: fi;\ done | grep . && exit 1 || exit 0 -test: syntaxtest testMDUI testOrgData testEntCat testSimpleSign testALlevel testEduGAINchecks testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP testRoleDescriptor testAttributeInIdP +test: syntaxtest testMDUI testOrgData testEntCat testSimpleSign testALlevel testEduGAINchecks testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP testRoleDescriptor testAttributeInIdP testValidContact deeptest: test testMDUIreach |