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 | d626716ccce8244e6b565c3acc176eb69a472cf6 (patch) | |
| tree | eb9cc87b76a24a9b40f82ce0c6e13306db06d932 /cpp/src/tests/Makefile.am | |
| parent | d757e87fc81292c173ee98eece3dbd059d06902b (diff) | |
| download | qpid-python-d626716ccce8244e6b565c3acc176eb69a472cf6.tar.gz | |
Add FrameDecoder unit test, update comments in Cluster.h/cpp.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 9da85eaad4..6b7b6df478 100644 --- a/cpp/src/tests/Makefile.am +++ b/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 |
