diff --git a/test/Makefile b/test/Makefile index 86226cf03..d141bb684 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,6 +3,8 @@ ######################################## ### Testing +PACKAGES=$(shell go list ./...) + BINDIR ?= $(GOPATH)/bin ## required to be run first by most tests