summaryrefslogtreecommitdiff
path: root/test/go
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-05-17 01:54:09 +0200
committerJens Geyer <jensg@apache.org>2014-05-17 01:54:09 +0200
commita47cf906ab060e7f6520d0eb8e5703008183f219 (patch)
tree596e47b9a69b9e652b4451dba376219ad0c05817 /test/go
parent6ff1dfb3af52a7df0e6705c9dc9eea8d10e47316 (diff)
downloadthrift-a47cf906ab060e7f6520d0eb8e5703008183f219.tar.gz
Fixed broken build: "thrift -out <dir>" expects that <dir> already exists
Diffstat (limited to 'test/go')
-rw-r--r--test/go/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index d9890c940..a23402e01 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -28,6 +28,7 @@ ThriftTest.thrift: $(THRIFTTEST)
# Thrift for GO has problems with complex map keys: THRIFT-2063
gopath: $(THRIFT) ThriftTest.thrift
+ mkdir src/gen
$(THRIFTCMD) ThriftTest.thrift
$(THRIFTCMD) ../StressTest.thrift
ln -nfs ../../../lib/go/thrift src/thrift