-Werror=maybe-uninitialized
[LibreOffice.git] / sw / CppunitTest_sw_apitests.mk
blob9af8873079d3a2007358d099b719aff5485dd12d
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_apitests))
14 $(eval $(call gb_CppunitTest_use_external,sw_apitests,boost_headers))
16 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_apitests))
18 $(eval $(call gb_CppunitTest_add_exception_objects,sw_apitests, \
19 sw/qa/api/SwXDocumentIndex \
20 sw/qa/api/SwXDocumentSettings \
21 sw/qa/api/SwXTextFrame \
22 sw/qa/api/SwXTextField \
23 sw/qa/api/SwXTextTable \
26 $(eval $(call gb_CppunitTest_use_libraries,sw_apitests, \
27 basegfx \
28 comphelper \
29 cppu \
30 cppuhelper \
31 drawinglayer \
32 editeng \
33 for \
34 forui \
35 i18nlangtag \
36 msfilter \
37 oox \
38 sal \
39 salhelper \
40 sax \
41 sb \
42 sw \
43 sfx \
44 sot \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 subsequenttest \
50 test \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 $(call gb_Helper_optional,SCRIPTING, \
57 vbahelper) \
58 vcl \
59 xo \
62 $(eval $(call gb_CppunitTest_set_include,sw_apitests,\
63 -I$(SRCDIR)/sw/inc \
64 $$(INCLUDE) \
67 $(eval $(call gb_CppunitTest_use_api,sw_apitests,\
68 offapi \
69 udkapi \
72 $(eval $(call gb_CppunitTest_use_ure,sw_apitests))
73 $(eval $(call gb_CppunitTest_use_vcl,sw_apitests))
74 $(eval $(call gb_CppunitTest_use_configuration,sw_apitests))
76 $(eval $(call gb_CppunitTest_use_rdb,sw_apitests,services))
78 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_apitests, \
79 svx \
82 # vim: set noet sw=4 ts=4: