diff options
| author | Alan Conway <aconway@apache.org> | 2008-04-03 22:19:47 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-04-03 22:19:47 +0000 |
| commit | 83026d0f664b69cc8ed74b1ed52df212f0a66ab7 (patch) | |
| tree | 757296a69f9499afb5e11202e9a89846c682b985 /cpp/src/tests/Makefile.am | |
| parent | 39c9c45c38d82914324cbdf4c89d5ad92d9f8e6d (diff) | |
| download | qpid-python-83026d0f664b69cc8ed74b1ed52df212f0a66ab7.tar.gz | |
qpid/Serializer.h, qpid/amqp_0_10/Codec.h:
- serializer enforces overrunning encode/decode limits.
tests/amqp_0_10: Moved unit tests for amqp_0_10 namespace into amqp_0_10 directory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@644533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index ae47241e67..fd3f67e99f 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -39,8 +39,10 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ISList.cpp IList.cpp \ ClientSessionTest.cpp \ SequenceSet.cpp \ - serialize.cpp \ - ProxyTemplate.cpp apply.cpp BoundedIterator.cpp \ + amqp_0_10/serialize.cpp \ + amqp_0_10/ProxyTemplate.cpp \ + amqp_0_10/apply.cpp \ + BoundedIterator.cpp \ IncompleteMessageList.cpp \ amqp_0_10/Map.cpp |
