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/Makefile.am | |
| 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/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 4ab290722c..108f8e26c3 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -87,6 +87,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ MessageBuilderTest.cpp \ ConnectionOptions.h \ ForkedBroker.h \ + ForkedBroker.cpp \ ManagementTest.cpp \ MessageReplayTracker.cpp \ ConsoleTest.cpp \ @@ -161,7 +162,7 @@ header_test_SOURCES=header_test.cpp TestOptions.h ConnectionOptions.h header_test_LDADD=$(lib_client) check_PROGRAMS+=failover_soak -failover_soak_SOURCES=failover_soak.cpp ForkedBroker.h +failover_soak_SOURCES=failover_soak.cpp ForkedBroker.h ForkedBroker.cpp failover_soak_LDADD=$(lib_client) check_PROGRAMS+=declare_queues |
