modified test make target
authorRastislav Szabo <raszabo@cisco.com>
Thu, 4 May 2017 11:06:41 +0000 (13:06 +0200)
committerRastislav Szabo <raszabo@cisco.com>
Thu, 4 May 2017 11:06:41 +0000 (13:06 +0200)
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Makefile

index a0aa7a3..1ba7d94 100644 (file)
--- 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