tdf#137446: sc: Add UItest
[LibreOffice.git] / sw / CppunitTest_sw_apitests.mk
blobd65c058fc97c65a413c2653e4be087d6141f7eeb
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 vbahelper \
57 vcl \
58 xo \
61 $(eval $(call gb_CppunitTest_set_include,sw_apitests,\
62 -I$(SRCDIR)/sw/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_api,sw_apitests,\
67 offapi \
68 udkapi \
71 $(eval $(call gb_CppunitTest_use_ure,sw_apitests))
72 $(eval $(call gb_CppunitTest_use_vcl,sw_apitests))
73 $(eval $(call gb_CppunitTest_use_configuration,sw_apitests))
75 $(eval $(call gb_CppunitTest_use_rdb,sw_apitests,services))
77 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_apitests, \
78 svx \
81 # vim: set noet sw=4 ts=4: