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