diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-04-10 16:35:17 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-04-10 16:35:17 +0200 |
commit | c6dc40397c5cb2338df434b216844e2de71bdb1d (patch) | |
tree | b259480f8586d120f4c22e1e4c2141e70e565bc1 /Makefile | |
parent | 93d6c363cd5cd32f6c490c2a879a96ee4d6dac6f (diff) |
Addes test to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ testBadStrings: @echo "Check for bad strings in metadata" @for x in `find $(SRCDIRS) -name \*.xml`; do grep -E 'ServiceName xml:lang="[^"]*"/>' $$x | sed 's/^/ /' ; done | grep . && exit 1 || exit 0 -test: syntaxtest testMDUI testOrgData testEntCat testSimpleSign testALlevel testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP +test: syntaxtest testMDUI testOrgData testEntCat testSimpleSign testALlevel testEduGAINchecks testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP deeptest: test testMDUIreach |