Version 7.5.1.1, tag libreoffice-7.5.1.1
[LibreOffice.git] / sc / CppunitTest_sc_filters_test.mk
blobca12691c73a453180819e5cf50b7bcf353517f66
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sc_filters_test))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_filters_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_filters_test, \
15 sc/qa/unit/filters-test \
18 ifeq ($(DISABLE_CVE_TESTS),TRUE)
19 $(eval $(call gb_CppunitTest_add_defs,sc_filters_test,\
20 -DDISABLE_CVE_TESTS \
22 endif
24 $(eval $(call gb_CppunitTest_use_externals,sc_filters_test, \
25 boost_headers \
26 mdds_headers \
27 libxml2 \
30 $(eval $(call gb_CppunitTest_use_libraries,sc_filters_test, \
31 basegfx \
32 comphelper \
33 cppu \
34 cppuhelper \
35 drawinglayer \
36 drawinglayercore \
37 editeng \
38 for \
39 forui \
40 i18nlangtag \
41 msfilter \
42 oox \
43 sal \
44 salhelper \
45 sax \
46 sc \
47 scfilt \
48 scqahelper \
49 sfx \
50 sot \
51 svl \
52 svt \
53 svx \
54 svxcore \
55 test \
56 tk \
57 tl \
58 ucbhelper \
59 unotest \
60 utl \
61 vcl \
62 xo \
65 $(eval $(call gb_CppunitTest_set_include,sc_filters_test,\
66 -I$(SRCDIR)/sc/source/ui/inc \
67 -I$(SRCDIR)/sc/inc \
68 $$(INCLUDE) \
71 $(eval $(call gb_CppunitTest_use_api,sc_filters_test,\
72 udkapi \
73 offapi \
74 oovbaapi \
77 $(eval $(call gb_CppunitTest_use_ure,sc_filters_test))
78 $(eval $(call gb_CppunitTest_use_vcl,sc_filters_test))
80 $(eval $(call gb_CppunitTest_use_components,sc_filters_test,\
81 basic/util/sb \
82 chart2/source/chartcore \
83 chart2/source/controller/chartcontroller \
84 comphelper/util/comphelp \
85 configmgr/source/configmgr \
86 connectivity/source/manager/sdbc2 \
87 dbaccess/util/dba \
88 embeddedobj/util/embobj \
89 emfio/emfio \
90 eventattacher/source/evtatt \
91 filter/source/config/cache/filterconfig1 \
92 filter/source/xmlfilteradaptor/xmlfa \
93 filter/source/xsltfilter/xsltfilter \
94 forms/util/frm \
95 framework/util/fwk \
96 i18npool/util/i18npool \
97 linguistic/source/lng \
98 oox/util/oox \
99 package/source/xstor/xstor \
100 package/util/package2 \
101 sax/source/expatwrap/expwrap \
102 scaddins/source/analysis/analysis \
103 scaddins/source/datefunc/date \
104 sc/util/sc \
105 sc/util/scfilt \
106 sfx2/util/sfx \
107 sot/util/sot \
108 svl/util/svl \
109 svtools/util/svt \
110 svx/util/svx \
111 svx/util/svxcore \
112 toolkit/util/tk \
113 ucb/source/core/ucb1 \
114 ucb/source/ucp/file/ucpfile1 \
115 ucb/source/ucp/tdoc/ucptdoc1 \
116 unotools/util/utl \
117 unoxml/source/rdf/unordf \
118 unoxml/source/service/unoxml \
119 uui/util/uui \
120 vcl/vcl.common \
121 xmloff/util/xo \
124 $(eval $(call gb_CppunitTest_use_configuration,sc_filters_test))
126 $(eval $(call gb_CppunitTest_add_arguments,sc_filters_test, \
127 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
130 # vim: set noet sw=4 ts=4: