From 4554dcd498ee2e446795edb5315ec3c9bf142615 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 30 Oct 2009 18:19:30 +0000 Subject: Add missing install rule for brokertest.py git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@831411 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index bdec10ebb0..641ac86a3f 100644 --- a/cpp/src/tests/cluster.mk +++ b/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 -- cgit v1.2.1