aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRastislav Szabo <raszabo@cisco.com>2017-05-04 13:06:41 +0200
committerRastislav Szabo <raszabo@cisco.com>2017-05-04 13:06:41 +0200
commit7077c0eabe17a303fabcccf5c68098d49edecc21 (patch)
treecd840ddb06a2130debcdb498f393e402805a23ae /Makefile
parent155760d7c4006fe8b04caf6f6b66becbc98d8ef5 (diff)
modified test make target
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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