summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-10-01 16:55:58 +0000
committerAlan Conway <aconway@apache.org>2009-10-01 16:55:58 +0000
commitf69abcd4b321f8e2d61cc1fbeb8cb20cb99ed1eb (patch)
treedd9fc55b70cdf84d7809fc8b9c80dabbbb3f3250 /qpid/cpp/src/tests/cluster.mk
parenta7474dc17b81959fbd20a5d8e22068edc88da76e (diff)
downloadqpid-python-f69abcd4b321f8e2d61cc1fbeb8cb20cb99ed1eb.tar.gz
Fix QPID-2086 - problem with read-credit.
Also cleaned up the cluster test scripts. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@820717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
-rw-r--r--qpid/cpp/src/tests/cluster.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk
index 05e18ab9eb..bdec10ebb0 100644
--- a/qpid/cpp/src/tests/cluster.mk
+++ b/qpid/cpp/src/tests/cluster.mk
@@ -30,7 +30,8 @@ if HAVE_LIBCPG
# ais_check checks pre-requisites for cluster tests and runs them if ok.
TESTS += \
- ais_check \
+ run_cluster_test \
+ cluster_read_credit \
test_watchdog \
run_cluster_tests \
federated_cluster_test \
@@ -38,6 +39,8 @@ TESTS += \
EXTRA_DIST += \
ais_check \
+ run_cluster_test \
+ cluster_read_credit \
test_watchdog \
start_cluster \
stop_cluster \