From a0a94bddaf7b1ecf6c0c6f509315efd7b7dc0a48 Mon Sep 17 00:00:00 2001 From: Rastislav Szabo Date: Thu, 4 May 2017 13:09:07 +0200 Subject: [PATCH] modified test make target Signed-off-by: Rastislav Szabo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6