diff options
author | Alan Conway <aconway@apache.org> | 2010-09-30 20:06:22 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-09-30 20:06:22 +0000 |
commit | 2d6b93f90a82155fcae42c8bb941591764a79090 (patch) | |
tree | 22f64697626ddc2a3703db99d0f4390bbfb65908 /cpp/src | |
parent | cac7bd6b4082074b527236a0f6641d1c5f0b0035 (diff) | |
download | qpid-python-2d6b93f90a82155fcae42c8bb941591764a79090.tar.gz |
Add missing files to EXTRA_DIST.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1003230 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/cluster.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 787c673ad5..3a6366da64 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -82,7 +82,11 @@ cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la -lboost_unit_test_f 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. -qpidtest_SCRIPTS += allhosts rsynchosts qpid-build-rinstall qpid-src-rinstall -EXTRA_DIST += allhosts rsynchosts qpid-build-rinstall qpid-src-rinstall +CLUSTER_TEST_SCRIPTS_LIST= \ + allhosts rsynchosts \ + qpid-build-rinstall qpid-src-rinstall \ + qpid-test-cluster +qpidtest_SCRIPTS += $(CLUSTER_TEST_SCRIPTS_LIST) +EXTRA_DIST += $(CLUSTER_TEST_SCRIPTS_LIST) endif |