You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/05/15 16:30:45 UTC

svn commit: r775153 - /qpid/branches/0.5-release/qpid/cpp/src/tests/cluster.mk

Author: gsim
Date: Fri May 15 14:30:44 2009
New Revision: 775153

URL: http://svn.apache.org/viewvc?rev=775153&view=rev
Log:
Include cluster related test scripts in distribution even if libraries aren't available where the distribution is built.
 

Modified:
    qpid/branches/0.5-release/qpid/cpp/src/tests/cluster.mk

Modified: qpid/branches/0.5-release/qpid/cpp/src/tests/cluster.mk
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/tests/cluster.mk?rev=775153&r1=775152&r2=775153&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/tests/cluster.mk (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/tests/cluster.mk Fri May 15 14:30:44 2009
@@ -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 @@
 
 # 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



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org