From 0bf660183b83b35dfe617d962ec00970e724df19 Mon Sep 17 00:00:00 2001 From: claudemiro Date: Sat, 13 Jun 2015 18:44:21 -0300 Subject: [PATCH] Avoid test vendor packages. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac9615b..15ea940 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ run-debug: debug ${GOPATH}/bin/ipe --config ${GOPATH}/src/github.com/dimiro1/ipe/config.json -logtostderr=true -v=2 test: - go test github.com/dimiro1/ipe... + go test `go list ./... | grep -v vendor` macos: GOOS=darwin GOARCH=amd64 go install github.com/dimiro1/ipe