summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-09-30 20:05:39 +0000
committerAlan Conway <aconway@apache.org>2010-09-30 20:05:39 +0000
commitf3a5353aa51666bf890af31b16614bef9bb64205 (patch)
tree37b10cfbeeb2abec6badf7996e8f18aaa3c632a0
parent82688abb12c80190f208a7455a2e306329f4bc92 (diff)
downloadqpid-python-f3a5353aa51666bf890af31b16614bef9bb64205.tar.gz
Add missing cluster test scripts to EXTRA_DIST.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1003226 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/tests/cluster.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk
index 3ca4d3244a..787c673ad5 100644
--- a/qpid/cpp/src/tests/cluster.mk
+++ b/qpid/cpp/src/tests/cluster.mk
@@ -81,7 +81,8 @@ 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
+# Useful scripts for doing cluster testing.
qpidtest_SCRIPTS += allhosts rsynchosts qpid-build-rinstall qpid-src-rinstall
-
+EXTRA_DIST += allhosts rsynchosts qpid-build-rinstall qpid-src-rinstall
endif