tdf#144072 Base crash when 2 fields selected in reportbuilder..
[LibreOffice.git] / sw / CppunitTest_sw_core_layout.mk
blobbe208df041654953493a5d1672ffc9e68dddcb7e
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/layout \
19 sw/qa/core/layout/tabfrm \
22 $(eval $(call gb_CppunitTest_use_libraries,sw_core_layout, \
23 editeng \
24 comphelper \
25 cppu \
26 cppuhelper \
27 sal \
28 sfx \
29 subsequenttest \
30 sw \
31 swqahelper \
32 test \
33 unotest \
34 utl \
35 vcl \
36 svt \
37 tl \
38 svl \
39 svxcore \
42 $(eval $(call gb_CppunitTest_use_externals,sw_core_layout,\
43 boost_headers \
44 libxml2 \
47 $(eval $(call gb_CppunitTest_set_include,sw_core_layout,\
48 -I$(SRCDIR)/sw/inc \
49 -I$(SRCDIR)/sw/source/core/inc \
50 -I$(SRCDIR)/sw/source/uibase/inc \
51 -I$(SRCDIR)/sw/qa/inc \
52 $$(INCLUDE) \
55 $(eval $(call gb_CppunitTest_use_api,sw_core_layout,\
56 udkapi \
57 offapi \
58 oovbaapi \
61 $(eval $(call gb_CppunitTest_use_ure,sw_core_layout))
62 $(eval $(call gb_CppunitTest_use_vcl,sw_core_layout))
64 $(eval $(call gb_CppunitTest_use_rdb,sw_core_layout,services))
66 $(eval $(call gb_CppunitTest_use_custom_headers,sw_core_layout,\
67 officecfg/registry \
70 $(eval $(call gb_CppunitTest_use_configuration,sw_core_layout))
72 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_core_layout, \
73 modules/swriter \
74 sfx \
75 svt \
76 svx \
79 # assert if font/glyph fallback occurs
80 $(eval $(call gb_CppunitTest_set_non_application_font_use,sw_core_layout,abort))
82 $(eval $(call gb_CppunitTest_use_more_fonts,sw_core_layout))
84 # vim: set noet sw=4 ts=4: