summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorDeniss Afonin <deniss.afonin@creative-mobile.com>2017-04-18 19:27:49 +0300
committerJames E. King, III <jking@apache.org>2017-04-19 12:38:14 -0400
commit3311a9b2375276441234218f4351c6a8f66a6bc2 (patch)
tree0afce72ff513ec786f8865efbdffea358dd5f631 /test/Makefile.am
parenta105450fd1f85ca40423b7f81e9c49386444d429 (diff)
downloadthrift-3311a9b2375276441234218f4351c6a8f66a6bc2.tar.gz
THRIFT-4177 fix java deep copy
Client: Java Java compiler produces deep copy constructor that could make shallow copy accidentally. This closes #1254
Diffstat (limited to 'test/Makefile.am')
-rwxr-xr-xtest/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 01fab4fdd..5e4ebcf1f 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -134,6 +134,7 @@ EXTRA_DIST = \
FullCamelTest.thrift \
Include.thrift \
JavaBeansTest.thrift \
+ JavaDeepCopyTest.thrift \
JavaTypes.thrift \
JsDeepConstructorTest.thrift \
ManyOptionals.thrift \