diff options
| author | Alan Conway <aconway@apache.org> | 2007-10-01 15:01:28 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-10-01 15:01:28 +0000 |
| commit | 69cb3221b2887a124b9609561b2b6f0a16f01b14 (patch) | |
| tree | effdb20b23695ba8e7e3135ffde46a7502460e2a /qpid/cpp/src/tests/Makefile.am | |
| parent | e12d214f29a42c81735c514f87c3b9857aa40360 (diff) | |
| download | qpid-python-69cb3221b2887a124b9609561b2b6f0a16f01b14.tar.gz | |
* src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logic
for broker and client.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@580984 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index de7a12c027..9c4d5c0fd0 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -26,6 +26,11 @@ CLEANFILES= # Session_SOURCES=Session.cpp # Session_LDADD=-lboost_unit_test_framework $(lib_broker) +TESTS+=ResumeHandler +check_PROGRAMS+=ResumeHandler +ResumeHandler_SOURCES=ResumeHandler.cpp +ResumeHandler_LDADD=-lboost_unit_test_framework $(lib_common) + TESTS+=Blob check_PROGRAMS+=Blob Blob_SOURCES=Blob.cpp |
