Version 6.4.0.3, tag libreoffice-6.4.0.3
[LibreOffice.git] / sal / CppunitTest_sal_rtl.mk
blobc2eaa72daa26c09fd26074532e5ff3ac7894cf64
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/test_strings_replace \
33 sal/qa/rtl/strings/test_ostring \
34 sal/qa/rtl/strings/test_ostring_concat \
35 sal/qa/rtl/strings/test_ostring_stringliterals \
36 sal/qa/rtl/strings/test_oustring_compare \
37 sal/qa/rtl/strings/test_oustring_concat \
38 sal/qa/rtl/strings/test_oustring_convert \
39 sal/qa/rtl/strings/test_oustring_endswith \
40 sal/qa/rtl/strings/test_oustring_startswith \
41 sal/qa/rtl/strings/test_oustring_stringliterals \
42 sal/qa/rtl/strings/test_strings_toint \
43 sal/qa/rtl/strings/test_strings_valuex \
44 sal/qa/rtl/textenc/rtl_tencinfo \
45 sal/qa/rtl/textenc/rtl_textcvt \
46 sal/qa/rtl/uri/rtl_Uri \
47 sal/qa/rtl/uri/rtl_testuri \
48 sal/qa/rtl/uuid/rtl_Uuid \
51 $(eval $(call gb_CppunitTest_use_libraries,sal_rtl,\
52 sal \
55 $(eval $(call gb_CppunitTest_set_include,sal_rtl,\
56 -I$(SRCDIR)/sal/qa/inc \
57 $$(INCLUDE) \
60 # The test uses O(U)String capabilities that dlopen this lib:
61 $(call gb_CppunitTest_get_target,sal_rtl) : \
62 $(call gb_Library_get_target,sal_textenc)
64 $(eval $(call gb_CppunitTest_use_external,sal_rtl,boost_headers))
66 ifeq ($(ENABLE_CIPHER_OPENSSL_BACKEND),TRUE)
67 $(eval $(call gb_CppunitTest_add_defs,sal_rtl,-DLIBO_CIPHER_OPENSSL_BACKEND))
68 endif
70 # vim: set noet sw=4 ts=4: