Author: aconway Date: Fri Oct 30 18:19:30 2009 New Revision: 831411 URL: http://svn.apache.org/viewvc?rev=831411&view=rev Log: Add missing install rule for brokertest.py
Modified: qpid/trunk/qpid/cpp/src/tests/cluster.mk Modified: qpid/trunk/qpid/cpp/src/tests/cluster.mk URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/cluster.mk?rev=831411&r1=831410&r2=831411&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/tests/cluster.mk (original) +++ qpid/trunk/qpid/cpp/src/tests/cluster.mk Fri Oct 30 18:19:30 2009 @@ -52,6 +52,7 @@ run_cluster_tests \ run_long_cluster_tests \ testlib.py \ + brokertest.py \ cluster_tests.py \ long_cluster_tests.py @@ -75,6 +76,6 @@ 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 --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org