summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-10 21:09:56 +0000
committerAlan Conway <aconway@apache.org>2009-11-10 21:09:56 +0000
commit0caf9647078392d464386d030c6a014b642ef35f (patch)
tree962e5db4f3dc6dab0db2b717c9ad08b39990f979 /cpp/src/tests/cluster.mk
parent03e7b94f1e12cf90e08196327d56aeabbee6cbdf (diff)
downloadqpid-python-0caf9647078392d464386d030c6a014b642ef35f.tar.gz
Moved brokertest.py to python directory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster.mk')
-rw-r--r--cpp/src/tests/cluster.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index c5188e292d..961d65f319 100644
--- a/cpp/src/tests/cluster.mk
+++ b/cpp/src/tests/cluster.mk
@@ -55,7 +55,6 @@ EXTRA_DIST += \
run_cluster_tests \
run_long_cluster_tests \
testlib.py \
- brokertest.py \
cluster_tests.py \
long_cluster_tests.py \
cluster_tests.fail
@@ -80,6 +79,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 brokertest.py cluster_tests.fail
+qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py cluster_tests.fail
endif