From a123fa68f68c199faeef3134b2739049fca02ded Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 20 Apr 2009 22:33:27 +0000 Subject: 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/qpid@766899 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 9634a629b1..26a13fea48 100644 --- a/cpp/src/tests/Makefile.am +++ b/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 -- cgit v1.2.1