diff options
| author | Gordon Sim <gsim@apache.org> | 2009-05-15 14:30:44 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-05-15 14:30:44 +0000 |
| commit | cac83683c25985a4d6590b36fe44b7f4a85876fb (patch) | |
| tree | 69092f55c00a578136dc591526eb39f387225698 /qpid | |
| parent | 7cd67ce54fd30be5530567fd28cc475f13455073 (diff) | |
| download | qpid-python-cac83683c25985a4d6590b36fe44b7f4a85876fb.tar.gz | |
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
Diffstat (limited to 'qpid')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
