better name for a function overload
[LibreOffice.git] / sal / CppunitTest_sal_rtl.mk
blob02b6c94e3d1bbf23c6d1d3ab0db260b4c69d78d4
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sal_rtl))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl,\
13 sal/qa/ByteSequence/ByteSequence \
14 sal/qa/OStringBuffer/rtl_OStringBuffer \
15 sal/qa/rtl/alloc/rtl_alloc \
16 sal/qa/rtl/bootstrap/expand \
17 sal/qa/rtl/cipher/rtl_cipher \
18 sal/qa/rtl/crc32/rtl_crc32 \
19 sal/qa/rtl/digest/rtl_digest \
20 sal/qa/rtl/doublelock/rtl_doublelocking \
21 sal/qa/rtl/locale/rtl_locale \
22 sal/qa/rtl/math/test-rtl-math \
23 sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar \
24 sal/qa/rtl/oustringbuffer/test_oustringbuffer_appenduninitialized \
25 sal/qa/rtl/oustringbuffer/test_oustringbuffer_assign \
26 sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring \
27 sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32 \
28 sal/qa/rtl/oustring/rtl_OUString2 \
29 sal/qa/rtl/process/rtl_Process \
30 sal/qa/rtl/random/rtl_random \
31 sal/qa/rtl/ref/rtl_ref \
32 sal/qa/rtl/strings/nonconstarray \
33 sal/qa/rtl/strings/test_strings_replace \
34 sal/qa/rtl/strings/test_strings_defaultstringview \
35 sal/qa/rtl/strings/test_ostring \
36 sal/qa/rtl/strings/test_ostring_concat \
37 sal/qa/rtl/strings/test_ostring_stringliterals \
38 sal/qa/rtl/strings/test_oustring_compare \
39 sal/qa/rtl/strings/test_oustring_concat \
40 sal/qa/rtl/strings/test_oustring_convert \
41 sal/qa/rtl/strings/test_oustring_endswith \
42 sal/qa/rtl/strings/test_oustring_startswith \
43 sal/qa/rtl/strings/test_oustring_stringliterals \
44 sal/qa/rtl/strings/test_strings_toint \
45 sal/qa/rtl/strings/test_strings_valuex \
46 sal/qa/rtl/textenc/rtl_tencinfo \
47 sal/qa/rtl/textenc/rtl_textcvt \
48 sal/qa/rtl/uri/rtl_Uri \
49 sal/qa/rtl/uri/rtl_testuri \
50 sal/qa/rtl/uuid/rtl_Uuid \
53 $(eval $(call gb_CppunitTest_use_libraries,sal_rtl,\
54 sal \
57 $(eval $(call gb_CppunitTest_set_include,sal_rtl,\
58 -I$(SRCDIR)/sal/qa/inc \
59 $$(INCLUDE) \
62 # The test uses O(U)String capabilities that dlopen this lib:
63 $(call gb_CppunitTest_get_target,sal_rtl) : \
64 $(call gb_Library_get_target,sal_textenc)
66 $(eval $(call gb_CppunitTest_use_external,sal_rtl,boost_headers))
68 ifeq ($(ENABLE_CIPHER_OPENSSL_BACKEND),TRUE)
69 $(eval $(call gb_CppunitTest_add_defs,sal_rtl,-DLIBO_CIPHER_OPENSSL_BACKEND))
70 endif
72 # vim: set noet sw=4 ts=4: