summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-09-27 19:41:33 +0000
committerAlan Conway <aconway@apache.org>2010-09-27 19:41:33 +0000
commitb738bb7b4eb9030f39095a09e7205df9ea3e521c (patch)
treed27fe3dbbac60ea6318c1171acb5af8ac126e795 /cpp/src/tests/cluster.mk
parent815420f4009fb975dd4d570f77c465dc80af7c08 (diff)
downloadqpid-python-b738bb7b4eb9030f39095a09e7205df9ea3e521c.tar.gz
Scripts using rsync and ssh to assist cluster testing:
- run a command on all hosts in a cluster. - copy files to all hosts in a cluster. - "make install" locally and copy install tree to cluster. - copy source tree to cluster and "make install" on each host. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1001888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster.mk')
-rw-r--r--cpp/src/tests/cluster.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index e9e4c84b02..3ca4d3244a 100644
--- a/cpp/src/tests/cluster.mk
+++ b/cpp/src/tests/cluster.mk
@@ -81,4 +81,7 @@ cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la -lboost_unit_test_f
qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py cluster_tests.fail
+qpidtest_SCRIPTS += allhosts rsynchosts qpid-build-rinstall qpid-src-rinstall
+
+
endif