diff options
| author | Alan Conway <aconway@apache.org> | 2008-08-06 21:17:19 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-08-06 21:17:19 +0000 |
| commit | 03c3f6edb2b17841053250bda46fde1054d32d67 (patch) | |
| tree | 09f7c1d5ddbde595164414f1c0ba1d860675a315 /cpp/src/tests/Makefile.am | |
| parent | 31b2f1436808fc07f636dc02416386e44b23071c (diff) | |
| download | qpid-python-03c3f6edb2b17841053250bda46fde1054d32d67.tar.gz | |
- Added OutputTask::hasOutput() test.
- Cluster only sends doOutput events when hasOutput()
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@683416 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 d68b88b7bf..31328ef59a 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -135,7 +135,8 @@ EXTRA_DIST += \ MessageUtils.h \ TestMessageStore.h \ MockConnectionInputHandler.h \ - TxMocks.h + TxMocks.h \ + start_cluster stop_cluster restart_cluster check_LTLIBRARIES += libdlclose_noop.la libdlclose_noop_la_LDFLAGS = -module -rpath $(abs_builddir) |
