From: Rastislav Szabo Date: Thu, 4 May 2017 11:09:07 +0000 (+0200) Subject: modified test make target X-Git-Tag: v0.1.0~101 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a0a94bddaf7b1ecf6c0c6f509315efd7b7dc0a48;hp=8b357abc45a7fa5134624578f3f2343b6cc04395;p=govpp.git modified test make target Signed-off-by: Rastislav Szabo --- diff --git a/Makefile b/Makefile index 8c46793..8d3a4ec 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ build: @cd binapi_generator && go build -v test: - @cd binapi_generator && go test -cover + @cd binapi_generator && go test -cover . @cd api && go test -cover ./... - @cd core && go test -cover + @cd core && go test -cover . install: @cd binapi_generator && go install -v