summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-11-11 17:41:06 +0000
committerAlan Conway <aconway@apache.org>2010-11-11 17:41:06 +0000
commitfea2b0e040a2c8ad0419514c41101022c7b36afa (patch)
tree74346f24bc8d21c2a71d045b729f000ccde318bc /cpp/src
parenta37b99ed25f36665b5e8604352e059720a25758d (diff)
downloadqpid-python-fea2b0e040a2c8ad0419514c41101022c7b36afa.tar.gz
Include cluster scripts unconditionally in distribution.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1034008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/cluster.mk59
1 files changed, 32 insertions, 27 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index da191e8682..51bd5930c9 100644
--- a/cpp/src/tests/cluster.mk
+++ b/cpp/src/tests/cluster.mk
@@ -17,6 +17,38 @@
# under the License.
#
+
+# Include cluster scripts and extra files in distribution even if
+# we're not configured for cluster.
+
+# Useful scripts for doing cluster testing.
+CLUSTER_TEST_SCRIPTS_LIST= \
+ allhosts rsynchosts \
+ qpid-build-rinstall qpid-src-rinstall \
+ qpid-test-cluster \
+ qpid-cluster-benchmark
+
+EXTRA_DIST += \
+ $(CLUSTER_TEST_SCRIPTS_LIST) \
+ ais_check \
+ run_cluster_test \
+ cluster_read_credit \
+ test_watchdog \
+ start_cluster \
+ stop_cluster \
+ restart_cluster \
+ cluster_python_tests \
+ cluster_python_tests_failing.txt \
+ federated_cluster_test \
+ clustered_replication_test \
+ run_cluster_tests \
+ run_long_cluster_tests \
+ testlib.py \
+ cluster_tests.py \
+ long_cluster_tests.py \
+ cluster_tests.fail
+
+
if HAVE_LIBCPG
#
@@ -40,25 +72,6 @@ TESTS += \
# Clean up after cluster_test and start_cluster
CLEANFILES += cluster_test.acl cluster.ports
-EXTRA_DIST += \
- ais_check \
- run_cluster_test \
- cluster_read_credit \
- test_watchdog \
- start_cluster \
- stop_cluster \
- restart_cluster \
- cluster_python_tests \
- cluster_python_tests_failing.txt \
- federated_cluster_test \
- clustered_replication_test \
- run_cluster_tests \
- run_long_cluster_tests \
- testlib.py \
- cluster_tests.py \
- long_cluster_tests.py \
- cluster_tests.fail
-
LONG_TESTS += \
run_long_cluster_tests \
start_cluster \
@@ -80,14 +93,6 @@ 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
-
-# Useful scripts for doing cluster testing.
-CLUSTER_TEST_SCRIPTS_LIST= \
- allhosts rsynchosts \
- qpid-build-rinstall qpid-src-rinstall \
- qpid-test-cluster \
- qpid-cluster-benchmark
qpidtest_SCRIPTS += $(CLUSTER_TEST_SCRIPTS_LIST)
-EXTRA_DIST += $(CLUSTER_TEST_SCRIPTS_LIST)
endif