From cac83683c25985a4d6590b36fe44b7f4a85876fb Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 15 May 2009 14:30:44 +0000 Subject: Include cluster related test scripts in distribution even if libraries aren't available where the distribution is built. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@775153 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/cluster.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src/tests') diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 5d115de5a5..0629a4d627 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -16,6 +16,8 @@ # specific language governing permissions and limitations # under the License. # +EXTRA_DIST+=ais_check start_cluster stop_cluster restart_cluster cluster_python_tests cluster_python_tests_failing.txt \ + federated_cluster_test clustered_replication_test if HAVE_LIBCPG @@ -30,8 +32,6 @@ if HAVE_LIBCPG # ais_check checks pre-requisites for cluster tests and runs them if ok. TESTS+=ais_check federated_cluster_test clustered_replication_test -EXTRA_DIST+=ais_check start_cluster stop_cluster restart_cluster cluster_python_tests cluster_python_tests_failing.txt \ - federated_cluster_test clustered_replication_test check_PROGRAMS+=cluster_test cluster_test_SOURCES=unit_test.cpp cluster_test.cpp ClusterFixture.cpp ClusterFixture.h ForkedBroker.h ForkedBroker.cpp -- cgit v1.2.1