Version 24.2.2.2, tag libreoffice-24.2.2.2
[LibreOffice.git] / sw / CppunitTest_sw_core_layout.mk
blob5eb874400d533948d7c364909d46ce060439a378
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,sw_core_layout))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_core_layout))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_core_layout, \
17 sw/qa/core/layout/fly \
18 sw/qa/core/layout/flycnt \
19 sw/qa/core/layout/frmtool \
20 sw/qa/core/layout/ftnfrm \
21 sw/qa/core/layout/layact \
22 sw/qa/core/layout/layout \
23 sw/qa/core/layout/paintfrm \
24 sw/qa/core/layout/sortedobjs \
25 sw/qa/core/layout/tabfrm \
26 sw/qa/core/layout/trvlfrm \
29 $(eval $(call gb_CppunitTest_use_libraries,sw_core_layout, \
30 editeng \
31 comphelper \
32 cppu \
33 cppuhelper \
34 sal \
35 sfx \
36 subsequenttest \
37 sw \
38 swqahelper \
39 test \
40 unotest \
41 utl \
42 vcl \
43 svt \
44 tl \
45 svl \
46 svxcore \
49 $(eval $(call gb_CppunitTest_use_externals,sw_core_layout,\
50 boost_headers \
51 libxml2 \
54 $(eval $(call gb_CppunitTest_set_include,sw_core_layout,\
55 -I$(SRCDIR)/sw/inc \
56 -I$(SRCDIR)/sw/source/core/inc \
57 -I$(SRCDIR)/sw/source/uibase/inc \
58 -I$(SRCDIR)/sw/qa/inc \
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_api,sw_core_layout,\
63 udkapi \
64 offapi \
65 oovbaapi \
68 $(eval $(call gb_CppunitTest_use_ure,sw_core_layout))
69 $(eval $(call gb_CppunitTest_use_vcl,sw_core_layout))
71 $(eval $(call gb_CppunitTest_use_rdb,sw_core_layout,services))
73 $(eval $(call gb_CppunitTest_use_custom_headers,sw_core_layout,\
74 officecfg/registry \
77 $(eval $(call gb_CppunitTest_use_configuration,sw_core_layout))
79 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_core_layout, \
80 modules/swriter \
81 sfx \
82 svt \
83 svx \
86 # assert if font/glyph fallback occurs
87 $(eval $(call gb_CppunitTest_set_non_application_font_use,sw_core_layout,abort))
89 $(eval $(call gb_CppunitTest_use_more_fonts,sw_core_layout))
91 # vim: set noet sw=4 ts=4: