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 | 264abe2bab03836100101f774cbd9b9d83c30458 (patch) | |
| tree | 4f2a50e92e17750c4ac2266e8d4177fcc39a4892 /cpp/src/tests/cluster.mk | |
| parent | 449d9d326b7cea02934c3e7e8ea7e84a817e47ac (diff) | |
| download | qpid-python-264abe2bab03836100101f774cbd9b9d83c30458.tar.gz | |
Added tests for federated links to and from a cluster
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@745486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster.mk')
| -rw-r--r-- | cpp/src/tests/cluster.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 0427a1783b..c3100ac968 100644 --- a/cpp/src/tests/cluster.mk +++ b/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 |
