summaryrefslogtreecommitdiff
path: root/cpp/src/tests
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
commit60874105f9d82e7fc4fd8a91de6d7b0b6e908b94 (patch)
tree0dcd359e59a64e3f8859a13ea4a7c0bc44f43b57 /cpp/src/tests
parent7ba97fcc2ccf0c8523f353be4c6e6bbbcae81ee8 (diff)
downloadqpid-python-60874105f9d82e7fc4fd8a91de6d7b0b6e908b94.tar.gz
Add missing cluster test scripts to EXTRA_DIST.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1003226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-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 3ca4d3244a..787c673ad5 100644
--- a/cpp/src/tests/cluster.mk
+++ b/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