diff options
| author | Gordon Sim <gsim@apache.org> | 2007-04-20 17:11:23 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-04-20 17:11:23 +0000 |
| commit | d641c219d4522f0fdec403e4fe1e649b021a049a (patch) | |
| tree | a841a75626ea5ab7f70aa415e654f482985ce5c2 /qpid/cpp/src/tests/Makefile.am | |
| parent | 03aad71e252f89a0c9e4dbddb63b55ae9fe3e9cc (diff) | |
| download | qpid-python-d641c219d4522f0fdec403e4fe1e649b021a049a.tar.gz | |
Added some dtx related unit tests
Added support for suspend and resume
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@530853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 6ca81f960f..935b30ba37 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -6,6 +6,7 @@ broker_unit_tests = \ AccumulatedAckTest \ BrokerChannelTest \ ConfigurationTest \ + DtxWorkRecordTest \ ExchangeTest \ HeadersExchangeTest \ InMemoryContentTest \ @@ -72,6 +73,7 @@ EXTRA_DIST = \ InProcessBroker.h \ MockChannel.h \ MockConnectionInputHandler.h \ + TxMocks.h \ qpid_test_plugin.h \ APRBaseTest.cpp |
