From a60ccdc6df3acd461c7e33c983d649563e4fbdc7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 21 Apr 2008 16:36:08 +0000 Subject: src/qpid/RangeSet.h: generic set implementation using ranges. - no heap allocation for simple sets (<= 3 ranges) - binary searches for o(log(n)) performance in complex sets git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650198 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index b7fe79f56c..a6750a427a 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -36,6 +36,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ SessionState.cpp Blob.cpp logging.cpp \ Url.cpp Uuid.cpp \ Shlib.cpp FieldValue.cpp FieldTable.cpp Array.cpp \ + InlineAllocator.cpp \ InlineVector.cpp \ ISList.cpp IList.cpp \ ClientSessionTest.cpp \ @@ -45,7 +46,9 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ amqp_0_10/apply.cpp \ IncompleteMessageList.cpp \ amqp_0_10/Map.cpp \ - amqp_0_10/handlers.cpp + amqp_0_10/handlers.cpp \ + RangeSet.cpp + check_LTLIBRARIES += libshlibtest.la libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir) -- cgit v1.2.1