Improved test command

This commit is contained in:
2017-10-02 06:59:29 +02:00
parent 93ed7378ae
commit 38fd739009
3 changed files with 117 additions and 2 deletions

@ -3,7 +3,7 @@
GOCMD=@go
GOBUILD=$(GOCMD) build
GOINSTALL=$(GOCMD) install
GOTEST=$(GOCMD) test
GOTEST=@./go-test-color.sh
BUILDJOBS=@./jobs/build.sh
BUILDPATCHES=@./patches/build.sh
BUILDBOTS=@./bots/build.sh
@ -23,7 +23,7 @@ js:
install:
$(GOINSTALL)
test:
$(GOTEST) github.com/animenotifier/... -v
$(GOTEST) github.com/animenotifier/... -v -cover
bench:
$(GOTEST) -bench .
tools: