Changed default test target in the makefile

This commit is contained in:
Marius Orcsik 2021-08-14 18:31:18 +02:00
parent e7844f6e2b
commit ca0c565b6f
No known key found for this signature in database
GPG key ID: DBF5E47F5DBC4D21

View file

@ -1,6 +1,6 @@
TEST := go test
TEST_FLAGS ?= -v
TEST_TARGET ?= ./...
TEST_TARGET ?= .
GO111MODULE = on
PROJECT_NAME := $(shell basename $(PWD))
@ -15,4 +15,3 @@ coverage: test
clean:
$(RM) -v *.coverprofile