diff options
| author | Gordon Sim <gsim@apache.org> | 2008-06-05 13:00:26 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-06-05 13:00:26 +0000 |
| commit | a09d0bfddab4f3c27b160480689e563e241ffca7 (patch) | |
| tree | 8cb9389096e9c32fa7bcbf262ab4776419b3de94 /cpp/src/tests/Makefile.am | |
| parent | a9211a0c7e445552f7805d5c94fa093772a7a3f7 (diff) | |
| download | qpid-python-a09d0bfddab4f3c27b160480689e563e241ffca7.tar.gz | |
Fix to makefile and tests (one test temporarily disabled until a fix is found).
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@663601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 2a47ef45fd..0e3cba30bb 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -50,13 +50,13 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ DtxWorkRecordTest.cpp \ DeliveryRecordTest.cpp \ ExchangeTest.cpp \ - HeadersExchangeTest.cpp \ + HeadersExchangeTest.cpp \ MessageTest.cpp \ QueueRegistryTest.cpp \ QueuePolicyTest.cpp \ FramingTest.cpp \ HeaderTest.cpp \ - SequenceNumberTest.cpp + SequenceNumberTest.cpp \ TimerTest.cpp \ TopicExchangeTest.cpp \ TxAckTest.cpp \ @@ -134,6 +134,7 @@ EXTRA_DIST += \ .valgrind.supp \ .valgrindrc \ MessageUtils.h \ + TestMessageStore.h \ MockConnectionInputHandler.h \ TxMocks.h \ qpid_test_plugin.h |
