Starting doing integration tests

This commit is contained in:
claudemiro
2016-01-18 22:52:03 -02:00
parent 1971da652f
commit 56da1dea01
5 changed files with 134 additions and 24 deletions
+2 -11
View File
@@ -9,14 +9,5 @@ run-debug: debug
test:
GO15VENDOREXPERIMENT=1 go test `go list ./... | grep -v vendor`
macos:
GO15VENDOREXPERIMENT=1 GOOS=darwin GOARCH=amd64 go install github.com/dimiro1/ipe
linux:
GO15VENDOREXPERIMENT=1 GOOS=linux GOARCH=amd64 go install github.com/dimiro1/ipe
windows:
GO15VENDOREXPERIMENT=1 GOOS=windows GOARCH=amd64 go install github.com/dimiro1/ipe
raspberry:
GO15VENDOREXPERIMENT=1 GOOS=linux GOARCH=arm go install github.com/dimiro1/ipe
dev-deps:
go get github.com/pusher/pusher-http-go