summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-04-10 16:35:17 +0200
committerBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-04-10 16:35:17 +0200
commitc6dc40397c5cb2338df434b216844e2de71bdb1d (patch)
treeb259480f8586d120f4c22e1e4c2141e70e565bc1 /Makefile
parent93d6c363cd5cd32f6c490c2a879a96ee4d6dac6f (diff)
Addes test to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fd28a7a..668eff37 100644
--- a/Makefile
+++ b/Makefile
@@ -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