From 8cfda639dbf6735896ca5849ee5671cea71d2986 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Thu, 22 Mar 2018 18:25:24 +0000 Subject: Run the acceptance tests both daemonized and not --- Makefile.util.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.util.mk') diff --git a/Makefile.util.mk b/Makefile.util.mk index 808e2607..ece6e3bb 100644 --- a/Makefile.util.mk +++ b/Makefile.util.mk @@ -14,9 +14,13 @@ lint: bin/golint complexity: .GOPATH/.ok bin/gocyclo $Q ./bin/gocyclo -over 9 $(allfiles) + test: .GOPATH/.ok gitlab-pages go test $(if $V,-v) $(allpackages) +acceptance: .GOPATH/.ok gitlab-pages + go test $(if $V,-v) $(IMPORT_PATH) + bench: .GOPATH/.ok gitlab-pages go test -bench=. -run=^$$ $(allpackages) -- cgit v1.2.3