From 8b98a0c3a117ff3deb0f7b30d6cfd13906296c4b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 11 Jul 2012 13:35:21 +0200 Subject: Create a template container class for sorted vector We use this kind of container a lot, so creating a single implementation makes sense. Change-Id: I67ead58becd7d2a287812145c11d93ab1c593c0f --- o3tl/CppunitTest_o3tl_tests.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'o3tl/CppunitTest_o3tl_tests.mk') diff --git a/o3tl/CppunitTest_o3tl_tests.mk b/o3tl/CppunitTest_o3tl_tests.mk index 464a5e7539f5..29e1ff8a6a1f 100644 --- a/o3tl/CppunitTest_o3tl_tests.mk +++ b/o3tl/CppunitTest_o3tl_tests.mk @@ -41,6 +41,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\ o3tl/qa/test-heap_ptr \ o3tl/qa/test-range \ o3tl/qa/test-vector_pool \ + o3tl/qa/test-sorted_vector \ )) # vim: set noet sw=4: -- cgit v1.2.3