summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-05-14 13:55:18 +0000
committerAlan Conway <aconway@apache.org>2010-05-14 13:55:18 +0000
commit854062d73c485027f2f40abac159cb19e85c0dca (patch)
tree018655bb2fe2f0320bf39ea4fb6e9b25e833d778 /cpp/src/tests/Makefile.am
parent18a06573ea14a98029764d1badf42695b3a31643 (diff)
downloadqpid-python-854062d73c485027f2f40abac159cb19e85c0dca.tar.gz
Initial multi-thread unit test for messaging API.
- added Receiver::isClosed() to test for local close. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@944261 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 02b006665e..96810a7750 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -68,6 +68,8 @@ unit_test_LDADD=-lboost_unit_test_framework -lboost_regex \
unit_test_SOURCES= unit_test.cpp unit_test.h \
MessagingSessionTests.cpp \
+ MessagingThreadTests.cpp \
+ MessagingFixture.h \
ClientSessionTest.cpp \
BrokerFixture.h SocketProxy.h \
exception_test.cpp \