From d659e312c1e0ee24ab6283d0d0e601aeb247efc3 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 5 Jun 2008 13:00:26 +0000 Subject: 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@663601 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src/tests/Makefile.am') diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 2a47ef45fd..0e3cba30bb 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 -- cgit v1.2.1