diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 13:06:41 +0200 |
---|---|---|
committer | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 13:06:41 +0200 |
commit | 7077c0eabe17a303fabcccf5c68098d49edecc21 (patch) | |
tree | cd840ddb06a2130debcdb498f393e402805a23ae /Makefile | |
parent | 155760d7c4006fe8b04caf6f6b66becbc98d8ef5 (diff) |
modified test make target
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |