diff options
| author | Gordon Sim <gsim@apache.org> | 2009-02-18 12:07:48 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-02-18 12:07:48 +0000 |
| commit | 4e2fb7df5affa7b989e80aabbecbd5369807c736 (patch) | |
| tree | 5b3b5ae6b89bddbddd73d47fd623f616ff9efde3 /qpid/cpp/src/tests/cluster.mk | |
| parent | 99d4449d13756dc8cbf403dd61b2b08cda655cb7 (diff) | |
| download | qpid-python-4e2fb7df5affa7b989e80aabbecbd5369807c736.tar.gz | |
Added tests for federated links to and from a cluster
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@745486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 0427a1783b..c3100ac968 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -29,8 +29,8 @@ if HAVE_LIBCPG # ais_check checks pre-requisites for cluster tests and runs them if ok. -TESTS+=ais_check -EXTRA_DIST+=ais_check start_cluster stop_cluster restart_cluster cluster_python_tests cluster_python_tests_failing.txt +TESTS+=ais_check federated_cluster_test +EXTRA_DIST+=ais_check start_cluster stop_cluster restart_cluster cluster_python_tests cluster_python_tests_failing.txt federated_cluster_test check_PROGRAMS+=cluster_test cluster_test_SOURCES=unit_test.cpp cluster_test.cpp ClusterFixture.cpp ClusterFixture.h ForkedBroker.h ForkedBroker.cpp |
