Include gocov stuff in tools

These two tools are used in the "cov" Makefile target, but installing
these were not automated. This PR removes the ambiguity where a
developer tries to do a `make cov` and finds that the tools are not
installed.
This commit is contained in:
Abhishek Chanda 2016-01-01 23:14:24 +05:30 committed by Abhishek Chanda
parent 813d3545e3
commit 5f09148e37
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ EXTERNAL_TOOLS=\
github.com/tools/godep \
github.com/mitchellh/gox \
golang.org/x/tools/cmd/cover \
golang.org/x/tools/cmd/vet
golang.org/x/tools/cmd/vet \
github.com/axw/gocov/gocov \
gopkg.in/matm/v1/gocov-html
all: test