harness-drone/vendor/github.com/Bugagazavr/go-gitlab-client/Makefile

9 lines
107 B
Makefile
Raw Normal View History

2015-07-26 23:25:20 +00:00
all:deps test
deps:
go get github.com/stretchr/testify
go get ./...
test:
go test -cover -short ./...