summaryrefslogtreecommitdiff
path: root/test/go
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2015-06-19 21:22:57 +0200
committerJens Geyer <jensg@apache.org>2015-06-19 21:22:57 +0200
commit8b4700265cef54c6544345530b33cd2274caec62 (patch)
tree20590d375a9938aa106c2c6e3f21742b42bb591d /test/go
parent56a03be3f9bf251d17c89034e4c8f2e668211317 (diff)
downloadthrift-8b4700265cef54c6544345530b33cd2274caec62.tar.gz
THRIFT-3194 Can't build with go enabled. gomock SCC path incorrect.
Client: Go Patch: Larry Matter <larry.matter@gmail.com> This closes #524
Diffstat (limited to 'test/go')
-rw-r--r--test/go/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index cf0ed584d..2b2dbce68 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -47,7 +47,7 @@ bin/stress: gopath
GOPATH=`pwd` $(GO) install bin/stress
clean-local:
- $(RM) -r src/gen src/code.google.com src/thrift bin pkg gopath ThriftTest.thrift
+ $(RM) -r src/gen src/github.com/golang src/thrift bin pkg gopath ThriftTest.thrift
check_PROGRAMS: bin/testclient bin/testserver bin/stress
@@ -55,7 +55,7 @@ check: gopath
GOPATH=`pwd` $(GO) test -v common/...
genmock: gopath
- GOPATH=`pwd` $(GO) install code.google.com/p/gomock/mockgen
+ GOPATH=`pwd` $(GO) install github.com/golang/mock/mockgen
GOPATH=`pwd` bin/mockgen -destination=src/common/mock_handler.go -package=common gen/thrifttest ThriftTest
EXTRA_DIST = \