Fix typo
[LibreOffice.git] / sw / CppunitTest_sw_core_layout.mk
blob4617f8c072343207a1c8d05c0acbbbd3aede7d2c
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/anchoredobject \
18 sw/qa/core/layout/calcmove \
19 sw/qa/core/layout/fly \
20 sw/qa/core/layout/flycnt \
21 sw/qa/core/layout/frmtool \
22 sw/qa/core/layout/ftnfrm \
23 sw/qa/core/layout/layact \
24 sw/qa/core/layout/layout \
25 sw/qa/core/layout/paintfrm \
26 sw/qa/core/layout/sortedobjs \
27 sw/qa/core/layout/tabfrm \
28 sw/qa/core/layout/trvlfrm \
31 $(eval $(call gb_CppunitTest_use_libraries,sw_core_layout, \
32 editeng \
33 comphelper \
34 cppu \
35 cppuhelper \
36 sal \
37 sfx \
38 subsequenttest \
39 sw \
40 swqahelper \
41 test \
42 unotest \
43 utl \
44 vcl \
45 svt \
46 tl \
47 svl \
48 svxcore \
51 $(eval $(call gb_CppunitTest_use_externals,sw_core_layout,\
52 boost_headers \
53 libxml2 \
56 $(eval $(call gb_CppunitTest_set_include,sw_core_layout,\
57 -I$(SRCDIR)/sw/inc \
58 -I$(SRCDIR)/sw/source/core/inc \
59 -I$(SRCDIR)/sw/source/uibase/inc \
60 -I$(SRCDIR)/sw/qa/inc \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_api,sw_core_layout,\
65 udkapi \
66 offapi \
67 oovbaapi \
70 $(eval $(call gb_CppunitTest_use_ure,sw_core_layout))
71 $(eval $(call gb_CppunitTest_use_vcl,sw_core_layout))
73 $(eval $(call gb_CppunitTest_use_rdb,sw_core_layout,services))
75 $(eval $(call gb_CppunitTest_use_custom_headers,sw_core_layout,\
76 officecfg/registry \
79 $(eval $(call gb_CppunitTest_use_configuration,sw_core_layout))
81 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_core_layout, \
82 modules/swriter \
83 sfx \
84 svt \
85 svx \
88 # assert if font/glyph fallback occurs
89 $(eval $(call gb_CppunitTest_set_non_application_font_use,sw_core_layout,abort))
91 $(eval $(call gb_CppunitTest_use_more_fonts,sw_core_layout))
93 # vim: set noet sw=4 ts=4: