Makefile: get the glog package

Signed-off-by: Andrey Vagin <avagin@openvz.org>
This commit is contained in:
Andrey Vagin 2014-12-17 07:34:55 +03:00
parent 8e9a6d28d2
commit 44024d0c47
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ sh:
GO_PACKAGES = $(shell find . -not \( -wholename ./vendor -prune -o -wholename ./.git -prune \) -name '*.go' -print0 | xargs -0n1 dirname | sort -u)
direct-test:
go get github.com/golang/glog && \
go test $(TEST_TAGS) -cover -v $(GO_PACKAGES)
direct-test-short: