diff options
| author | Alan Conway <aconway@apache.org> | 2010-10-18 19:36:13 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-10-18 19:36:13 +0000 |
| commit | 8545887a7d250bbb79e3bb611395b5359e6936be (patch) | |
| tree | c9c7811050d80efab1028937d990fe5d0a7ac741 /qpid/cpp/src/tests/Makefile.am | |
| parent | 4c4caa9a8e41235e5c1957020dbb525e2a507dfa (diff) | |
| download | qpid-python-8545887a7d250bbb79e3bb611395b5359e6936be.tar.gz | |
Introduce broker::Cluster interface.
See cpp/src/qpid/cluster/new-cluster-design.txt and new-cluster-plan.txt.
qpid/cpp/src/tests/BrokerClusterCalls.cpp is a unit test that verifies
the broker makes the expected calls on broker::Cluster in various situations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1023966 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 02454971cb..5e1438d813 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -123,7 +123,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ Variant.cpp \ Address.cpp \ ClientMessage.cpp \ - Qmf2.cpp + Qmf2.cpp \ + BrokerClusterCalls.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp |
