From ecb05cc957f5b89268a59b62d2b6c85eae093097 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 19 Apr 2018 08:13:57 -0700 Subject: [PATCH] Add Makefile hack for tests to run --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 2c412d9e5a..660a827254 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -42,6 +42,7 @@ dev: changelogfmt vendorfmt dev-build dev-build: @echo "--> TEMPORARY HACK: installing hashstructure to make CI pass until we vendor it upstream" go get github.com/mitchellh/hashstructure + go get github.com/stretchr/testify/mock @echo "--> Building consul" mkdir -p pkg/$(GOOS)_$(GOARCH)/ bin/ go install -ldflags '$(GOLDFLAGS)' -tags '$(GOTAGS)'