Ver código fonte

adds 'go vet' to test target

trials/PERF
Henry Case 6 anos atrás
pai
commit
d2e292553d
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar