summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-04-20 22:33:27 +0000
committerAlan Conway <aconway@apache.org>2009-04-20 22:33:27 +0000
commitc11a151092de0f2c0f5cc83462637628a45cd9f6 (patch)
tree0fa7988f1d140ca0671d1f9de787dcc20df7cff3 /qpid/cpp/src/tests/Makefile.am
parent01e220c596176c22cdec67797925952175f5f79e (diff)
downloadqpid-python-c11a151092de0f2c0f5cc83462637628a45cd9f6.tar.gz
Apply PIMPL pattern to qpid::client::Message.
Hide implementation of Message, move framing::MethodContent and framing::TransferContent out of public API. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@766899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 9634a629b1..26a13fea48 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -96,7 +96,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \
RetryList.cpp \
RateFlowcontrolTest.cpp \
FrameDecoder.cpp \
- ReplicationTest.cpp
+ ReplicationTest.cpp \
+ ClientMessageTest.cpp
if HAVE_XML
unit_test_SOURCES+= XmlClientSessionTest.cpp