Make tests work again

This commit is contained in:
Stefan Majer 2017-04-24 16:25:32 +02:00
parent 51f221a4d5
commit c56cc83e2a

View file

@ -25,6 +25,8 @@ lint:
test:
@echo "+ $@"
@go get github.com/labstack/echo
@go get github.com/labstack/echo/middleware
@go test -v -tags "$(BUILDTAGS) cgo" $(shell go list ./... | grep -v vendor)
vet: