aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp/hcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/hcl/Makefile')
-rw-r--r--vendor/github.com/hashicorp/hcl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/hcl/Makefile b/vendor/github.com/hashicorp/hcl/Makefile
index ad404a8..84fd743 100644
--- a/vendor/github.com/hashicorp/hcl/Makefile
+++ b/vendor/github.com/hashicorp/hcl/Makefile
@@ -6,6 +6,7 @@ fmt: generate
go fmt ./...
test: generate
+ go get -t ./...
go test $(TEST) $(TESTARGS)
generate: