From: Rastislav Szabo Date: Thu, 4 May 2017 11:06:41 +0000 (+0200) Subject: modified test make target X-Git-Tag: v0.1.0~103 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7077c0eabe17a303fabcccf5c68098d49edecc21;p=govpp.git modified test make target Signed-off-by: Rastislav Szabo --- diff --git a/Makefile b/Makefile index a0aa7a3..1ba7d94 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,9 @@ build: @cd binapi_generator && go build -v test: - @go test -cover $(glide novendor) + @cd binapi_generator && go test -cover ./... + @cd api && go test -cover ./... + @cd core && go test -cover ./... install: @cd binapi_generator && go install -v