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 | bdbf9ebf5b41d070eb200644d5c2f39f0175ecef (patch) | |
| tree | b39a445cf89c91b4cff49e7ebdabf0b589c49f18 /qpid/cpp/src/tests/Makefile.am | |
| parent | 60798b8d43a29d16e62918f49015a406faea2ab9 (diff) | |
| download | qpid-python-bdbf9ebf5b41d070eb200644d5c2f39f0175ecef.tar.gz | |
Convert ClientSessionTest to boost.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@615958 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index a25c46b5b0..7ec1858a35 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
