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 | f9380575ddccbe48edd5305e96db70892c1dc1aa (patch) | |
| tree | bf4361ed80e1ad3c3d2aca4a345c8d0b49d5d642 /cpp/src/tests/Makefile.am | |
| parent | 719c2529a14527c236e871603136ccbe44f632d3 (diff) | |
| download | qpid-python-f9380575ddccbe48edd5305e96db70892c1dc1aa.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/qpid@641929 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 c5f5db7346..ca25ced5e0 100644 --- a/cpp/src/tests/Makefile.am +++ b/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) |
