diff options
| author | Alan Conway <aconway@apache.org> | 2009-02-12 15:27:11 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-02-12 15:27:11 +0000 |
| commit | 271613450a1b10adf6e427f2369094c83a81f91d (patch) | |
| tree | 0903040315c246be9264134962a315b5d1846752 /cpp/src/tests/cluster.mk | |
| parent | 463bd9c4276c74b68a84e4620a4bb2c29473273c (diff) | |
| download | qpid-python-271613450a1b10adf6e427f2369094c83a81f91d.tar.gz | |
Allow passing extra argv arguments to ClusterFixture.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743779 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster.mk')
| -rw-r--r-- | cpp/src/tests/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 995148fb54..0427a1783b 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -33,7 +33,7 @@ TESTS+=ais_check EXTRA_DIST+=ais_check start_cluster stop_cluster restart_cluster cluster_python_tests cluster_python_tests_failing.txt check_PROGRAMS+=cluster_test -cluster_test_SOURCES=unit_test.cpp cluster_test.cpp ClusterFixture.cpp ClusterFixture.h +cluster_test_SOURCES=unit_test.cpp cluster_test.cpp ClusterFixture.cpp ClusterFixture.h ForkedBroker.h ForkedBroker.cpp cluster_test_LDADD=$(lib_client) ../cluster.la -lboost_unit_test_framework unit_test_LDADD+=../cluster.la |
