summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_uibase_wrtsh.mk
blob: 02f54617dc22e019be180ddd11f6c0f25810db22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#*************************************************************************

$(eval $(call gb_CppunitTest_CppunitTest,sw_uibase_wrtsh))

$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uibase_wrtsh))

$(eval $(call gb_CppunitTest_add_exception_objects,sw_uibase_wrtsh, \
    sw/qa/uibase/wrtsh/wrtsh \
))

$(eval $(call gb_CppunitTest_use_libraries,sw_uibase_wrtsh, \
    comphelper \
    cppu \
    cppuhelper \
    editeng \
    sal \
    sfx \
    subsequenttest \
    svl \
    svx \
    svxcore \
    sw \
	swqahelper \
    test \
    unotest \
    utl \
    vcl \
    tl \
))

$(eval $(call gb_CppunitTest_use_externals,sw_uibase_wrtsh,\
    boost_headers \
    libxml2 \
))

$(eval $(call gb_CppunitTest_set_include,sw_uibase_wrtsh,\
    -I$(SRCDIR)/sw/inc \
    -I$(SRCDIR)/sw/source/core/inc \
    -I$(SRCDIR)/sw/source/uibase/inc \
    -I$(SRCDIR)/sw/qa/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_CppunitTest_use_api,sw_uibase_wrtsh,\
	udkapi \
	offapi \
	oovbaapi \
))

$(eval $(call gb_CppunitTest_use_ure,sw_uibase_wrtsh))
$(eval $(call gb_CppunitTest_use_vcl,sw_uibase_wrtsh))

$(eval $(call gb_CppunitTest_use_rdb,sw_uibase_wrtsh,services))

$(eval $(call gb_CppunitTest_use_custom_headers,sw_uibase_wrtsh,\
    officecfg/registry \
))

$(eval $(call gb_CppunitTest_use_configuration,sw_uibase_wrtsh))

$(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_wrtsh, \
    modules/swriter \
))

$(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_wrtsh))

# vim: set noet sw=4 ts=4:
/cgit/lo/core/commit/unoidl?id=30e619db016b59bd0c4c8aba518b20012f7ae829'>tdf#42949 Add filter file to unoidl/Gabor Kelemen 2019-02-28loplugin:includeformStephan Bergmann 2019-02-13tdf#42949 Fix IWYU warnings in unoidl/Gabor Kelemen 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-10-17Simplify containers iterations in unodevtools, unoidlArkadiy Illarionov 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-09-26loplugin:constfields in unoidlNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-08clang-tidy bugprone-unused-return-valueNoel Grandin 2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov 2018-08-02Add missing sal/log.hxx headersGabor Kelemen 2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin 2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara 2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen 2018-03-16Typo in error messageStephan Bergmann 2017-10-24loplugin:includeform: unoidl (macOS)Stephan Bergmann 2017-10-23loplugin:includeform: unoidlStephan Bergmann 2017-10-23Fix typosAndrea Gelmini 2017-10-19loplugin:includeform: manual changes to unoidl/source/sourceprovider-parser.yStephan Bergmann 2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin 2017-07-17loplugin:constparams in comphelper,unoidlNoel Grandin 2017-06-16Still more tests to suppressStephan Bergmann 2017-06-02Improved loplugin:redundantcast static_cast handling: unoidlStephan Bergmann 2017-04-15Fix typosAndrea Gelmini 2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin