diff options
| author | Alan Conway <aconway@apache.org> | 2009-02-25 22:53:43 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-02-25 22:53:43 +0000 |
| commit | 748ab168eca0d6cc084d6c498159f445c41d7ee2 (patch) | |
| tree | 89675004a3a8c69e81ca6c448e1512a1065cb380 /qpid/cpp/src/tests/Makefile.am | |
| parent | 6dbbfd94f1332b9688a9b47ee4ff64434307345f (diff) | |
| download | qpid-python-748ab168eca0d6cc084d6c498159f445c41d7ee2.tar.gz | |
Add FrameDecoder unit test, update comments in Cluster.h/cpp.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 9da85eaad4..6b7b6df478 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -94,7 +94,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ QueueEvents.cpp \ ProxyTest.cpp \ RetryList.cpp \ - RateFlowcontrolTest.cpp + RateFlowcontrolTest.cpp \ + FrameDecoder.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp |
