diff options
| author | Alan Conway <aconway@apache.org> | 2011-01-21 17:47:52 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2011-01-21 17:47:52 +0000 |
| commit | 357b08088933b680e0b31aa9bbc0d1cd4c4df34c (patch) | |
| tree | f479d789a3d91ca7f1ca10ad617827ea1f191dc0 /qpid/cpp/src/tests/cluster.mk | |
| parent | c386d887cafdd5e56277fed0e6c6805d30513147 (diff) | |
| download | qpid-python-357b08088933b680e0b31aa9bbc0d1cd4c4df34c.tar.gz | |
Move brokertest.py from qpid/python to qpid/cpp.
brokertest.py is a framework for tests using the C++ broker, so it
belongs in the cpp tree rather than the python tree.
It is installed to libexec/qpid/tests/ so it can be used from
an installation of qpid cpp.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1061933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index f6cfd7a6ca..c9e6d79ee7 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -44,6 +44,7 @@ EXTRA_DIST += \ run_cluster_tests \ run_long_cluster_tests \ testlib.py \ + brokertest.py \ cluster_tests.py \ cluster_test_logs.py \ long_cluster_tests.py \ @@ -93,7 +94,7 @@ cluster_test_SOURCES = \ cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la -lboost_unit_test_framework -qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py cluster_tests.fail +qpidtest_SCRIPTS += run_cluster_tests brokertest.py cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py cluster_tests.fail qpidtest_SCRIPTS += $(CLUSTER_TEST_SCRIPTS_LIST) endif |
