summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRastislav Szabo <raszabo@cisco.com>2018-07-09 07:56:15 +0000
committerGerrit Code Review <gerrit@fd.io>2018-07-09 07:56:15 +0000
commita679bbc78b98089f9b221bbe7de963f5274073bb (patch)
tree09efc26e2a6d8c01f9e18aeaf8345ecec6154711 /Makefile
parent3f26790b479f8a0cab00093b83491e9f47648b56 (diff)
parentf1bef4a3c66f4408afdeb64cda62ccd8562d0fc6 (diff)
Merge "make api.Channel as interface"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 214f632..7bed92c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ build:
test:
@cd cmd/binapi-generator && go test -cover .
- @cd api && go test -cover ./...
@cd core && go test -cover .
install: