summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/cluster.mk')
-rw-r--r--cpp/src/tests/cluster.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index 6d680f361e..dc592fa4d5 100644
--- a/cpp/src/tests/cluster.mk
+++ b/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