diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-27 18:04:42 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-27 18:04:42 +0000 |
| commit | bbd88f3f686ea87ecf127cbbf79d72dc0d6f01c6 (patch) | |
| tree | 540c06d7a3d35763cafa4a41e584f63fa454d1b2 /qpid/cpp/src/tests/Makefile.am | |
| parent | acbb09499a53795a57d6c59822942ab8de814456 (diff) | |
| download | qpid-python-bbd88f3f686ea87ecf127cbbf79d72dc0d6f01c6.tar.gz | |
Send accept in response to message publications if required.
Hold up completion (and accept) until message from transfer is fully enqueued.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@641929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index c5f5db7346..ca25ced5e0 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -40,7 +40,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ClientSessionTest.cpp \ SequenceSet.cpp \ serialize.cpp \ - ProxyTemplate.cpp apply.cpp BoundedIterator.cpp + ProxyTemplate.cpp apply.cpp BoundedIterator.cpp \ + IncompleteMessageList.cpp check_LTLIBRARIES += libshlibtest.la libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir) |
