diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2009-07-07 19:22:53 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2009-07-07 19:22:53 +0000 |
| commit | 0ef5fcf8bd7504443fbe00ecf1fd5c9f83550330 (patch) | |
| tree | 7b06f273da1aed70339a269110788794608cafe6 /qpid/cpp/src/tests/cluster.mk | |
| parent | 7e50f98e89c60be268718b3e378d95c963fc727c (diff) | |
| download | qpid-python-0ef5fcf8bd7504443fbe00ecf1fd5c9f83550330.tar.gz | |
Added python long cluster test outline for long tests and soak tests. Also added check for python tools before tests to stop make distcheck failures.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@791945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 6d680f361e..dc592fa4d5 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -45,11 +45,14 @@ EXTRA_DIST += \ federated_cluster_test \ clustered_replication_test \ run_cluster_tests \ + run_long_cluster_tests \ testlib.py \ - cluster.py + cluster_tests.py \ + long_cluster_tests.py LONG_TESTS += \ + run_long_cluster_tests \ start_cluster \ cluster_python_tests \ stop_cluster @@ -66,6 +69,6 @@ cluster_test_SOURCES = \ ClusterFailover.cpp cluster_test_LDADD=$(lib_client) $(lib_broker) -lboost_unit_test_framework -qpidtest_SCRIPTS += run_cluster_tests cluster.py testlib.py +qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py endif |
