Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / CppunitTest_sw_apitests.mk
blob716607dbe404340aaca957d9d80f13c65eac3941
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 docmodel \
33 editeng \
34 for \
35 forui \
36 i18nlangtag \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sw \
44 sfx \
45 sot \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 subsequenttest \
51 test \
52 tl \
53 tk \
54 ucbhelper \
55 unotest \
56 utl \
57 $(call gb_Helper_optional,SCRIPTING, \
58 vbahelper) \
59 vcl \
60 xo \
63 $(eval $(call gb_CppunitTest_set_include,sw_apitests,\
64 -I$(SRCDIR)/sw/inc \
65 $$(INCLUDE) \
68 $(eval $(call gb_CppunitTest_use_api,sw_apitests,\
69 offapi \
70 udkapi \
73 $(eval $(call gb_CppunitTest_use_ure,sw_apitests))
74 $(eval $(call gb_CppunitTest_use_vcl,sw_apitests))
75 $(eval $(call gb_CppunitTest_use_configuration,sw_apitests))
77 $(eval $(call gb_CppunitTest_use_rdb,sw_apitests,services))
79 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_apitests, \
80 svx \
83 # vim: set noet sw=4 ts=4: