diff options
| author | Alan Conway <aconway@apache.org> | 2008-01-28 17:17:06 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-01-28 17:17:06 +0000 |
| commit | a4f34698a4b53f425ac2cdc37a43ca9d317f8ed8 (patch) | |
| tree | 242b51d5aba2c9939b8f346a2cdee7718397fe0f /cpp/src/tests/Makefile.am | |
| parent | cdf6891cbaa18717ef75e987ea1cb6ca92365453 (diff) | |
| download | qpid-python-a4f34698a4b53f425ac2cdc37a43ca9d317f8ed8.tar.gz | |
Convert ClientSessionTest to boost.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@615958 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, 3 insertions, 3 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index a25c46b5b0..7ec1858a35 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -36,7 +36,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ Url.cpp Uuid.cpp \ Shlib.cpp FieldValue.cpp FieldTable.cpp Array.cpp \ InlineVector.cpp \ - IList.cpp + IList.cpp \ + ClientSessionTest.cpp check_LTLIBRARIES += libshlibtest.la libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir) @@ -78,8 +79,7 @@ broker_unit_tests = \ TxAckTest \ TxBufferTest \ TxPublishTest \ - MessageBuilderTest \ - ClientSessionTest + MessageBuilderTest #client_unit_tests = \ # ClientChannelTest |
