summaryrefslogtreecommitdiff
path: root/test/go
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsukeg@gmail.com>2015-05-10 20:21:17 +0900
committerRoger Meier <roger@apache.org>2015-05-10 18:25:56 +0200
commitef0a8fa62a8a86b23999f9a9ad31478852474854 (patch)
treedc2ce0adadd75017b4afcd52a264a41640044350 /test/go
parent03f0e18fcb423e165ee05757ba449efb3e672dd1 (diff)
downloadthrift-ef0a8fa62a8a86b23999f9a9ad31478852474854.tar.gz
THRIFT-3138 "make check" parallel execution is underministic
Diffstat (limited to 'test/go')
-rw-r--r--test/go/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index 7357f506a..e24467689 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -17,6 +17,8 @@
# under the License.
#
+BUILT_SOURCES = gopath
+
THRIFT = $(top_builddir)/compiler/cpp/thrift
THRIFTCMD = $(THRIFT) -out src/gen --gen go:thrift_import=thrift
THRIFTTEST = $(top_srcdir)/test/ThriftTest.thrift