summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-04-06 09:33:10 +0200
committerBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-04-06 09:33:10 +0200
commitaef8bf200692fdcfc6d79a02545b90ded4ac287c (patch)
tree49328edd75675756d38bbb5bbf4be5e5cefbcf31 /Makefile
parentab5a048ca1763c06fa774b4fc2f09c62e50b08e9 (diff)
Fixat Leifs fel + Resolved SWAMID-579
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57079fba..b5a9b752 100644
--- a/Makefile
+++ b/Makefile
@@ -216,9 +216,9 @@ testBadStrings:
test: syntaxtest testMDUI testOrgData testEntCat testSimpleSign testALlevel testRefedsRnS testGeantCoCo testMetadataUsage testBadStrings testIdPinSP
-deeptest: committest testMDUIreach
+deeptest: test testMDUIreach
-commit: tidy committest
+commit: tidy test
@git diff --color || true
@echo ; echo -n "Run 'git commit -a'? [Y/n/skip] " ; read x ; case $$x in "Y"|"y"|"") git commit -a ;; s|skip) ;; *) exit 1 ;; esac
@git status -u