summaryrefslogtreecommitdiff
path: root/o3tl/CppunitTest_o3tl_tests.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-11 13:35:21 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-12 14:12:32 +0200
commit8b98a0c3a117ff3deb0f7b30d6cfd13906296c4b (patch)
treea42a50660a42304707a54f30e02d9cc790f84f3b /o3tl/CppunitTest_o3tl_tests.mk
parent46a02d0ebf0babfa4027483ad7dc3958b725e698 (diff)
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
Diffstat (limited to 'o3tl/CppunitTest_o3tl_tests.mk')
-rw-r--r--o3tl/CppunitTest_o3tl_tests.mk1
1 files changed, 1 insertions, 0 deletions
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: