Makefile: get the glog package
Signed-off-by: Andrey Vagin <avagin@openvz.org>
This commit is contained in:
parent
8e9a6d28d2
commit
44024d0c47
1
Makefile
1
Makefile
|
@ -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)
|
GO_PACKAGES = $(shell find . -not \( -wholename ./vendor -prune -o -wholename ./.git -prune \) -name '*.go' -print0 | xargs -0n1 dirname | sort -u)
|
||||||
|
|
||||||
direct-test:
|
direct-test:
|
||||||
|
go get github.com/golang/glog && \
|
||||||
go test $(TEST_TAGS) -cover -v $(GO_PACKAGES)
|
go test $(TEST_TAGS) -cover -v $(GO_PACKAGES)
|
||||||
|
|
||||||
direct-test-short:
|
direct-test-short:
|
||||||
|
|
Loading…
Reference in New Issue