summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-10-04 20:44:40 +0000
committerAlan Conway <aconway@apache.org>2010-10-04 20:44:40 +0000
commit1b6499574a459168ae23904fa48d98e048722d23 (patch)
treed2ead3aac429347263e319e44d3962762f5521ee /cpp/src/tests/cluster.mk
parent03b1fdb3ca817c919b81caca35d5a936b185d77a (diff)
downloadqpid-python-1b6499574a459168ae23904fa48d98e048722d23.tar.gz
Cluster benchmark test script. Improvements to qpid-cpp-bencmhark.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1004420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster.mk')
-rw-r--r--cpp/src/tests/cluster.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index 3a6366da64..da191e8682 100644
--- a/cpp/src/tests/cluster.mk
+++ b/cpp/src/tests/cluster.mk
@@ -85,7 +85,8 @@ qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests lo
CLUSTER_TEST_SCRIPTS_LIST= \
allhosts rsynchosts \
qpid-build-rinstall qpid-src-rinstall \
- qpid-test-cluster
+ qpid-test-cluster \
+ qpid-cluster-benchmark
qpidtest_SCRIPTS += $(CLUSTER_TEST_SCRIPTS_LIST)
EXTRA_DIST += $(CLUSTER_TEST_SCRIPTS_LIST)