diff options
| author | Alan Conway <aconway@apache.org> | 2009-11-17 18:09:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-11-17 18:09:01 +0000 |
| commit | 20e76d9894129f94f58a6b4794f64dbb4ddf8820 (patch) | |
| tree | e2990b23d6955ed992050f7f8a55df16585560d4 /qpid/cpp/src/tests/cluster.mk | |
| parent | df29240dd9452a3972ed65693d00d970bd841533 (diff) | |
| download | qpid-python-20e76d9894129f94f58a6b4794f64dbb4ddf8820.tar.gz | |
cluster::InitialStatusMap and unit tests, support for improved cluster join protocol.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 961d65f319..f33f87ee62 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -75,9 +75,10 @@ cluster_test_SOURCES = \ ForkedBroker.h \ ForkedBroker.cpp \ PartialFailure.cpp \ - ClusterFailover.cpp + ClusterFailover.cpp \ + InitialStatusMap.cpp -cluster_test_LDADD=$(lib_client) $(lib_broker) -lboost_unit_test_framework +cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la -lboost_unit_test_framework qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py cluster_tests.fail |
