summaryrefslogtreecommitdiffstats
path: root/o3tl/CppunitTest_o3tl_tests.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-07 15:59:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-07 20:12:31 +0000
commit50057a37a877213d935958d5c643fde1434d680c (patch)
treef02ca6d5a9be4f7df10643a82d24ab10f5c44646 /o3tl/CppunitTest_o3tl_tests.mk
parentPDF export of PDF images: avoid invalid offset for not used jpeg bitmaps (diff)
downloadcore-50057a37a877213d935958d5c643fde1434d680c.tar.gz
core-50057a37a877213d935958d5c643fde1434d680c.zip
Introduce o3tl::string_view.hxx approximation of C++17 <string_view>
...and use it in configmgr/source/writemodfile.hxx Change-Id: Ie683dc21010ed45cc454ff89bea0376994b351f2 Reviewed-on: https://gerrit.libreoffice.org/36270 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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 6d7a1a811adb..62a0fc985be2 100644
--- a/o3tl/CppunitTest_o3tl_tests.mk
+++ b/o3tl/CppunitTest_o3tl_tests.mk
@@ -31,6 +31,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\
o3tl/qa/test-cow_wrapper \
o3tl/qa/test-lru_map \
o3tl/qa/test-sorted_vector \
+ o3tl/qa/test-string_view \
o3tl/qa/test-typed_flags \
o3tl/qa/test-vector_pool \
))