1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval
$(call gb_CppunitTest_CppunitTest
,sal_rtl_strings
))
13 $(eval
$(call gb_CppunitTest_add_exception_objects
,sal_rtl_strings
,\
14 sal
/qa
/rtl
/strings
/test_strings_replace \
15 sal
/qa
/rtl
/strings
/test_ostring_concat \
16 sal
/qa
/rtl
/strings
/test_ostring_stringliterals \
17 sal
/qa
/rtl
/strings
/test_oustring_compare \
18 sal
/qa
/rtl
/strings
/test_oustring_concat \
19 sal
/qa
/rtl
/strings
/test_oustring_convert \
20 sal
/qa
/rtl
/strings
/test_oustring_endswith \
21 sal
/qa
/rtl
/strings
/test_oustring_noadditional \
22 sal
/qa
/rtl
/strings
/test_oustring_startswith \
23 sal
/qa
/rtl
/strings
/test_oustring_stringliterals \
24 sal
/qa
/rtl
/strings
/test_strings_toint \
25 sal
/qa
/rtl
/strings
/test_strings_valuex \
28 $(eval
$(call gb_CppunitTest_use_libraries
,sal_rtl_strings
,\
33 # The test uses O(U)String capabilities that dlopen this lib
34 $(call gb_CppunitTest_get_target
,sal_rtl_strings
) : \
35 $(call gb_Library_get_target
,sal_textenc
)
37 # vim: set noet sw=4 ts=4: