Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / CppunitTest_sw_core_layout.mk
blob94ef1f05bfceaab5dfc68dd9ad2555e1f586e5e9
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/flycnt \
18 sw/qa/core/layout/layact \
19 sw/qa/core/layout/layout \
20 sw/qa/core/layout/paintfrm \
21 sw/qa/core/layout/sortedobjs \
22 sw/qa/core/layout/tabfrm \
25 $(eval $(call gb_CppunitTest_use_libraries,sw_core_layout, \
26 editeng \
27 comphelper \
28 cppu \
29 cppuhelper \
30 sal \
31 sfx \
32 subsequenttest \
33 sw \
34 swqahelper \
35 test \
36 unotest \
37 utl \
38 vcl \
39 svt \
40 tl \
41 svl \
42 svxcore \
45 $(eval $(call gb_CppunitTest_use_externals,sw_core_layout,\
46 boost_headers \
47 libxml2 \
50 $(eval $(call gb_CppunitTest_set_include,sw_core_layout,\
51 -I$(SRCDIR)/sw/inc \
52 -I$(SRCDIR)/sw/source/core/inc \
53 -I$(SRCDIR)/sw/source/uibase/inc \
54 -I$(SRCDIR)/sw/qa/inc \
55 $$(INCLUDE) \
58 $(eval $(call gb_CppunitTest_use_api,sw_core_layout,\
59 udkapi \
60 offapi \
61 oovbaapi \
64 $(eval $(call gb_CppunitTest_use_ure,sw_core_layout))
65 $(eval $(call gb_CppunitTest_use_vcl,sw_core_layout))
67 $(eval $(call gb_CppunitTest_use_rdb,sw_core_layout,services))
69 $(eval $(call gb_CppunitTest_use_custom_headers,sw_core_layout,\
70 officecfg/registry \
73 $(eval $(call gb_CppunitTest_use_configuration,sw_core_layout))
75 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_core_layout, \
76 modules/swriter \
77 sfx \
78 svt \
79 svx \
82 # assert if font/glyph fallback occurs
83 $(eval $(call gb_CppunitTest_set_non_application_font_use,sw_core_layout,abort))
85 $(eval $(call gb_CppunitTest_use_more_fonts,sw_core_layout))
87 # vim: set noet sw=4 ts=4: