THRIFT-3305: Missing dist files for 0.9.3 release candidate
Client: build
Patch: jfarrell
Adds missing files to dist
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am
index dadbe38..435f2b5 100755
--- a/lib/cpp/test/Makefile.am
+++ b/lib/cpp/test/Makefile.am
@@ -114,7 +114,9 @@
ToStringTest.cpp \
TypedefTest.cpp \
TServerSocketTest.cpp \
- TServerTransportTest.cpp
+ TServerTransportTest.cpp \
+ TestPortFixture.h \
+ TTransportCheckThrow.h
if !WITH_BOOSTTHREADS
UnitTests_SOURCES += \
@@ -203,7 +205,8 @@
# TPipedTransportTest
#
TPipedTransportTest_SOURCES = \
- TPipedTransportTest.cpp
+ TPipedTransportTest.cpp \
+ TPipeInterruptTest.cpp
TPipedTransportTest_LDADD = \
$(top_builddir)/lib/cpp/libthrift.la \
@@ -357,7 +360,10 @@
$(RM) -r gen-cpp
EXTRA_DIST = \
- ThriftTest_extras.cpp \
- DebugProtoTest_extras.cpp \
concurrency \
- processor
+ processor \
+ qt \
+ CMakeLists.txt \
+ DebugProtoTest_extras.cpp \
+ tests.xml \
+ ThriftTest_extras.cpp