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
/math
/test-std-math \
24 sal
/qa
/rtl
/ostring
/rtl_str \
25 sal
/qa
/rtl
/oustring
/rtl_ustr \
26 sal
/qa
/rtl
/oustringbuffer
/test_oustringbuffer_appendchar \
27 sal
/qa
/rtl
/oustringbuffer
/test_oustringbuffer_appenduninitialized \
28 sal
/qa
/rtl
/oustringbuffer
/test_oustringbuffer_assign \
29 sal
/qa
/rtl
/oustringbuffer
/test_oustringbuffer_tostring \
30 sal
/qa
/rtl
/oustringbuffer
/test_oustringbuffer_utf32 \
31 sal
/qa
/rtl
/oustring
/rtl_OUString2 \
32 sal
/qa
/rtl
/process
/rtl_Process \
33 sal
/qa
/rtl
/random
/rtl_random \
34 sal
/qa
/rtl
/ref
/rtl_ref \
35 sal
/qa
/rtl
/strings
/nonconstarray \
36 sal
/qa
/rtl
/strings
/test_strings_replace \
37 sal
/qa
/rtl
/strings
/test_strings_defaultstringview \
38 sal
/qa
/rtl
/strings
/test_ostring \
39 sal
/qa
/rtl
/strings
/test_ostring_concat \
40 sal
/qa
/rtl
/strings
/test_ostring_stringliterals \
41 sal
/qa
/rtl
/strings
/test_ostringbuffer \
42 sal
/qa
/rtl
/strings
/test_oustring_compare \
43 sal
/qa
/rtl
/strings
/test_oustring_concat \
44 sal
/qa
/rtl
/strings
/test_oustring_convert \
45 sal
/qa
/rtl
/strings
/test_oustring_endswith \
46 sal
/qa
/rtl
/strings
/test_oustring_startswith \
47 sal
/qa
/rtl
/strings
/test_oustring_stringliterals \
48 sal
/qa
/rtl
/strings
/test_strings_toint \
49 sal
/qa
/rtl
/strings
/test_strings_valuex \
50 sal
/qa
/rtl
/textenc
/rtl_tencinfo \
51 sal
/qa
/rtl
/textenc
/rtl_textcvt \
52 sal
/qa
/rtl
/uri
/rtl_Uri \
53 sal
/qa
/rtl
/uri
/rtl_testuri \
54 sal
/qa
/rtl
/uuid
/rtl_Uuid \
57 $(eval
$(call gb_CppunitTest_use_libraries
,sal_rtl
,\
61 $(eval
$(call gb_CppunitTest_set_include
,sal_rtl
,\
62 -I
$(SRCDIR
)/sal
/qa
/inc \
66 # The test uses O(U)String capabilities that dlopen this lib:
67 $(call gb_CppunitTest_get_target
,sal_rtl
) : \
68 $(call gb_Library_get_target
,sal_textenc
)
70 ifeq ($(ENABLE_CIPHER_OPENSSL_BACKEND
),TRUE
)
71 $(eval
$(call gb_CppunitTest_add_defs
,sal_rtl
,-DLIBO_CIPHER_OPENSSL_BACKEND
))
74 # vim: set noet sw=4 ts=4: