gbuild trace: disable flock for wsl-as-helper case
[LibreOffice.git] / desktop / CppunitTest_desktop_lib.mk
blob878235d4da6fa84e4ffdc5cb944868ed5f787f21
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
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/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,desktop_lib))
14 $(eval $(call gb_CppunitTest_add_exception_objects,desktop_lib, \
15 desktop/qa/desktop_lib/test_desktop_lib \
18 $(eval $(call gb_CppunitTest_use_libraries,desktop_lib, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 i18nlangtag \
23 sal \
24 sc \
25 scfilt \
26 sfx \
27 sofficeapp \
28 subsequenttest \
29 svt \
30 sw \
31 test \
32 unotest \
33 utl \
34 tl \
35 vcl \
38 $(eval $(call gb_CppunitTest_use_externals,desktop_lib, \
39 boost_headers \
40 cairo \
42 ifeq ($(TLS),NSS)
43 $(eval $(call gb_CppunitTest_use_externals,desktop_lib,\
44 plc4 \
45 nss3 \
47 endif
49 $(eval $(call gb_CppunitTest_set_include,desktop_lib,\
50 -I$(SRCDIR)/desktop/inc \
51 $$(INCLUDE) \
54 $(eval $(call gb_CppunitTest_use_sdk_api,desktop_lib))
56 $(eval $(call gb_CppunitTest_use_ure,desktop_lib))
58 $(eval $(call gb_CppunitTest_use_vcl,desktop_lib))
60 $(eval $(call gb_CppunitTest_use_rdb,desktop_lib,services))
62 $(eval $(call gb_CppunitTest_use_configuration,desktop_lib))
64 $(eval $(call gb_CppunitTest_use_more_fonts,desktop_lib))
66 $(eval $(call gb_CppunitTest_use_packages,desktop_lib, \
67 scripting_scriptbindinglib \
68 wizards_basicshare \
69 wizards_basicsrvaccess2base \
70 wizards_basicsrvdepot \
71 wizards_basicsrveuro \
72 wizards_basicsrvform \
73 wizards_basicsrvgimmicks \
74 wizards_basicsrvimport \
75 wizards_basicsrvscriptforge \
76 wizards_basicsrvsfdatabases \
77 wizards_basicsrvsfdialogs \
78 wizards_basicsrvsfdocuments \
79 wizards_basicsrvsfunittests \
80 wizards_basicsrvsfwidgets \
81 wizards_basicsrvtemplate \
82 wizards_basicsrvtools \
85 $(eval $(call gb_CppunitTest_use_uiconfigs,desktop_lib, \
86 cui \
87 modules/swriter \
90 $(eval $(call gb_CppunitTest_use_packages,desktop_lib, \
91 postprocess_images \
94 # vim: set noet sw=4 ts=4: