Avoid test vendor packages.

This commit is contained in:
claudemiro
2015-06-13 18:44:21 -03:00
parent c697311be3
commit 0bf660183b
+1 -1
View File
@@ -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