THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept
THRIFT-3225 Fix TPipeServer unpredictable behavior on interrupt()
Client: cpp
Patch: Ben Craig <bencraig@apache.org> and Pawel Janicki <pjs.wcy@poczta.onet.pl>
This closes #544
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am
index 18b4654..5c32eba 100755
--- a/lib/cpp/test/Makefile.am
+++ b/lib/cpp/test/Makefile.am
@@ -82,7 +82,7 @@
SpecializationTest \
AllProtocolsTest \
TransportTest \
- TSocketInterruptTest \
+ TInterruptTest \
TServerIntegrationTest \
ZlibTest \
TFileTransportTest \
@@ -125,10 +125,10 @@
libtestgencpp.la \
$(BOOST_TEST_LDADD)
-TSocketInterruptTest_SOURCES = \
+TInterruptTest_SOURCES = \
TSocketInterruptTest.cpp
-TSocketInterruptTest_LDADD = \
+TInterruptTest_LDADD = \
libtestgencpp.la \
$(BOOST_TEST_LDADD) \
$(BOOST_CHRONO_LDADD) \
@@ -214,7 +214,7 @@
# DebugProtoTest
#
DebugProtoTest_SOURCES = \
- DebugProtoTest.cpp
+ DebugProtoTest.cpp
DebugProtoTest_LDADD = \
libtestgencpp.la \