summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-10-30 18:19:30 +0000
committerAlan Conway <aconway@apache.org>2009-10-30 18:19:30 +0000
commit10b36d92dbf07f79c6d5eaead7df99953c86dbfd (patch)
tree17f60cfc61bbaaeefb24a23f0d5f0ea74eb13ada /qpid/cpp/src/tests
parentdba658005f31dc4f8bcabc88bed0284cb3a13150 (diff)
downloadqpid-python-10b36d92dbf07f79c6d5eaead7df99953c86dbfd.tar.gz
Add missing install rule for brokertest.py
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@831411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-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 bdec10ebb0..641ac86a3f 100644
--- a/qpid/cpp/src/tests/cluster.mk
+++ b/qpid/cpp/src/tests/cluster.mk
@@ -52,6 +52,7 @@ EXTRA_DIST += \
run_cluster_tests \
run_long_cluster_tests \
testlib.py \
+ brokertest.py \
cluster_tests.py \
long_cluster_tests.py
@@ -75,6 +76,6 @@ cluster_test_SOURCES = \
cluster_test_LDADD=$(lib_client) $(lib_broker) -lboost_unit_test_framework
-qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py
+qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py brokertest.py
endif