summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-01-29 18:18:52 +0000
committerAlan Conway <aconway@apache.org>2009-01-29 18:18:52 +0000
commitcd751dab9b74348b7dc6cc3a1816ce1ddb42af86 (patch)
treec6bb37da65ddd1f336644f646a9d00b20e508ef2 /qpid/cpp/src/tests/cluster.mk
parentadfa9a92e3549e8869b802c2eb930d8954c23767 (diff)
downloadqpid-python-cd751dab9b74348b7dc6cc3a1816ce1ddb42af86.tar.gz
Run python tests against a single-member cluster in check-long.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@738947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
-rw-r--r--qpid/cpp/src/tests/cluster.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk
index 1f027ccb4c..d2ee3acf5d 100644
--- a/qpid/cpp/src/tests/cluster.mk
+++ b/qpid/cpp/src/tests/cluster.mk
@@ -30,7 +30,7 @@ if HAVE_LIBCPG
# ais_check checks pre-requisites for cluster tests and runs them if ok.
TESTS+=ais_check
-EXTRA_DIST+=ais_check start_cluster stop_cluster
+EXTRA_DIST+=ais_check start_cluster stop_cluster restart_cluster cluster_python_tests cluster_python_tests_failing.txt
check_PROGRAMS+=cluster_test
cluster_test_SOURCES=unit_test.cpp cluster_test.cpp
@@ -38,4 +38,5 @@ cluster_test_LDADD=$(lib_client) ../cluster.la -lboost_unit_test_framework
unit_test_LDADD+=../cluster.la
+LONG_TESTS+=start_cluster cluster_python_tests stop_cluster
endif