Browse Source

adds 'go vet' to test target

trials/PERF
Henry Case 6 years ago
parent
commit
d2e292553d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -43,6 +43,7 @@ install-%: prep_targets
GOPATH=$(GOPATH_LOCAL) $(GO) install $(OPTS) $(GOPATH_DIR)/$*

test-%: prep_targets
GOPATH=$(GOPATH_LOCAL) $(GO) vet $(GOPATH_DIR)/$*
GOPATH=$(GOPATH_LOCAL) $(GO) test $(OPTS) $(GOPATH_DIR)/$*

bench-%: prep_targets


Loading…
Cancel
Save