summaryrefslogtreecommitdiff
path: root/test/go/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/go/Makefile.am')
-rw-r--r--test/go/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index ef00df3a2..32c2be0d9 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -26,7 +26,7 @@ GOINSTALLEXTRA =
endif
THRIFTCMD = $(THRIFT) -out src/gen --gen go:thrift_import=github.com/apache/thrift/lib/go/thrift,package_prefix=github.com/apache/thrift/test/go/src/gen/$(COMPILER_EXTRAFLAG)
-THRIFTTEST = $(top_srcdir)/test/ThriftTest.thrift
+THRIFTTEST = $(top_srcdir)/test/v0.16/ThriftTest.thrift
precross: bin/testclient bin/testserver