aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRastislav Szabo <raszabo@cisco.com>2017-05-04 13:09:07 +0200
committerRastislav Szabo <raszabo@cisco.com>2017-05-04 13:09:07 +0200
commita0a94bddaf7b1ecf6c0c6f509315efd7b7dc0a48 (patch)
tree023a624e8334fbb03b7169c07b7d5d49cdadabdf /Makefile
parent8b357abc45a7fa5134624578f3f2343b6cc04395 (diff)
modified test make target
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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