terraform-provider-gitea/vendor/github.com/Masterminds/sprig/Makefile
Malar Invention 00ebcd295e add vendor
2022-04-03 09:37:16 +05:30

14 lines
175 B
Makefile

HAS_GLIDE := $(shell command -v glide;)
.PHONY: test
test:
go test -v .
.PHONY: setup
setup:
ifndef HAS_GLIDE
go get -u github.com/Masterminds/glide
endif
glide install