diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |