Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / sw / CppunitTest_sw_filters_test.mk
blobb0677f5c30496f9235539534c7417f0f52d0e661
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_filters_test))
14 $(eval $(call gb_CppunitTest_use_externals,sw_filters_test,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test, \
20 sw/qa/core/filters-test \
23 $(eval $(call gb_CppunitTest_use_libraries,sw_filters_test, \
24 sw \
25 sfx \
26 svl \
27 svt \
28 sot \
29 test \
30 tl \
31 ucbhelper \
32 unotest \
33 utl \
34 vcl \
35 i18nlangtag \
36 comphelper \
37 cppu \
38 cppuhelper \
39 sal \
42 $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\
43 -I$(SRCDIR)/sw/inc \
44 $$(INCLUDE) \
47 $(eval $(call gb_CppunitTest_use_sdk_api,sw_filters_test))
49 $(eval $(call gb_CppunitTest_use_ure,sw_filters_test))
50 $(eval $(call gb_CppunitTest_use_vcl,sw_filters_test))
52 $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
53 basic/util/sb \
54 comphelper/util/comphelp \
55 configmgr/source/configmgr \
56 dbaccess/util/dba \
57 embeddedobj/util/embobj \
58 filter/source/config/cache/filterconfig1 \
59 filter/source/t602/t602filter \
60 forms/util/frm \
61 framework/util/fwk \
62 i18npool/util/i18npool \
63 linguistic/source/lng \
64 oox/util/oox \
65 package/source/xstor/xstor \
66 package/util/package2 \
67 sax/source/expatwrap/expwrap \
68 sfx2/util/sfx \
69 starmath/util/sm \
70 svtools/util/svt \
71 sw/util/msword \
72 sw/util/sw \
73 sw/util/swd \
74 uui/util/uui \
75 toolkit/util/tk \
76 ucb/source/core/ucb1 \
77 ucb/source/ucp/file/ucpfile1 \
78 unotools/util/utl \
79 unoxml/source/rdf/unordf \
80 unoxml/source/service/unoxml \
81 writerfilter/util/writerfilter \
82 $(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
83 xmloff/source/transform/xof \
84 xmloff/util/xo \
87 $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
89 $(call gb_CppunitTest_get_target,sw_filters_test): \
90 $(call gb_Package_get_target,extras_tplwizdesktop)
92 # vim: set noet sw=4 ts=4: