Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / rtfexport_setup.mk
bloba2a1c7109ccac430ab93353b4133059a8f8fd13e
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 # template for rtfexport tests
13 define sw_rtfexport_test
15 $(eval $(call gb_CppunitTest_CppunitTest,sw_rtfexport$(1)))
17 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_rtfexport$(1)))
19 $(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport$(1), \
20 sw/qa/extras/rtfexport/rtfexport$(1) \
23 $(eval $(call gb_CppunitTest_use_libraries,sw_rtfexport$(1), \
24 comphelper \
25 cppu \
26 cppuhelper \
27 docmodel \
28 i18nlangtag \
29 sal \
30 sfx \
31 subsequenttest \
32 svl \
33 sw \
34 swqahelper \
35 test \
36 unotest \
37 utl \
38 vcl \
39 tl \
40 basegfx \
43 $(eval $(call gb_CppunitTest_use_externals,sw_rtfexport$(1),\
44 boost_headers \
45 libxml2 \
48 $(eval $(call gb_CppunitTest_set_include,sw_rtfexport$(1),\
49 -I$(SRCDIR)/sw/inc \
50 -I$(SRCDIR)/sw/source/core/inc \
51 -I$(SRCDIR)/sw/source/uibase/inc \
52 -I$(SRCDIR)/sw/qa/inc \
53 $$(INCLUDE) \
56 $(eval $(call gb_CppunitTest_use_api,sw_rtfexport$(1),\
57 udkapi \
58 offapi \
59 oovbaapi \
62 $(eval $(call gb_CppunitTest_use_ure,sw_rtfexport$(1)))
63 $(eval $(call gb_CppunitTest_use_vcl,sw_rtfexport$(1)))
65 $(eval $(call gb_CppunitTest_use_rdb,sw_rtfexport$(1),services))
67 $(eval $(call gb_CppunitTest_use_configuration,sw_rtfexport$(1)))
69 endef
71 # vim: set noet sw=4 ts=4: