diff options
| author | Alan Conway <aconway@apache.org> | 2010-05-14 13:55:18 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-05-14 13:55:18 +0000 |
| commit | 71975bc9bca46868053cc683105f74efd550f2b0 (patch) | |
| tree | bffe7687b5bc6a36490be34b60475d2d902c175c /qpid/cpp/src/tests/Makefile.am | |
| parent | f91c20c40ec882ab116aeac47b09b7c6da96a658 (diff) | |
| download | qpid-python-71975bc9bca46868053cc683105f74efd550f2b0.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@944261 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 02b006665e..96810a7750 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 \ |
