tdf#123435: sw_ooxmlexport13: Add unittest
[LibreOffice.git] / sc / CppunitTest_sc_filters_test.mk
blob94085b48524731c571d8225fbf6324eb667d0dea
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 \
29 $(eval $(call gb_CppunitTest_use_libraries,sc_filters_test, \
30 basegfx \
31 comphelper \
32 cppu \
33 cppuhelper \
34 drawinglayer \
35 editeng \
36 for \
37 forui \
38 i18nlangtag \
39 msfilter \
40 oox \
41 sal \
42 salhelper \
43 sax \
44 sc \
45 scfilt \
46 scqahelper \
47 sfx \
48 sot \
49 svl \
50 svt \
51 svx \
52 svxcore \
53 test \
54 tk \
55 tl \
56 ucbhelper \
57 unotest \
58 utl \
59 vcl \
60 xo \
63 $(eval $(call gb_CppunitTest_set_include,sc_filters_test,\
64 -I$(SRCDIR)/sc/source/ui/inc \
65 -I$(SRCDIR)/sc/inc \
66 $$(INCLUDE) \
69 $(eval $(call gb_CppunitTest_use_api,sc_filters_test,\
70 udkapi \
71 offapi \
72 oovbaapi \
75 $(eval $(call gb_CppunitTest_use_ure,sc_filters_test))
76 $(eval $(call gb_CppunitTest_use_vcl,sc_filters_test))
78 $(eval $(call gb_CppunitTest_use_components,sc_filters_test,\
79 basic/util/sb \
80 chart2/source/chartcore \
81 chart2/source/controller/chartcontroller \
82 comphelper/util/comphelp \
83 configmgr/source/configmgr \
84 connectivity/source/manager/sdbc2 \
85 dbaccess/util/dba \
86 embeddedobj/util/embobj \
87 emfio/emfio \
88 eventattacher/source/evtatt \
89 filter/source/config/cache/filterconfig1 \
90 filter/source/xmlfilteradaptor/xmlfa \
91 filter/source/xsltfilter/xsltfilter \
92 forms/util/frm \
93 framework/util/fwk \
94 i18npool/util/i18npool \
95 linguistic/source/lng \
96 oox/util/oox \
97 package/source/xstor/xstor \
98 package/util/package2 \
99 sax/source/expatwrap/expwrap \
100 scaddins/source/analysis/analysis \
101 scaddins/source/datefunc/date \
102 sc/util/sc \
103 sc/util/scfilt \
104 sfx2/util/sfx \
105 sot/util/sot \
106 svl/util/svl \
107 svtools/util/svt \
108 svx/util/svx \
109 svx/util/svxcore \
110 toolkit/util/tk \
111 ucb/source/core/ucb1 \
112 ucb/source/ucp/file/ucpfile1 \
113 ucb/source/ucp/tdoc/ucptdoc1 \
114 unotools/util/utl \
115 unoxml/source/rdf/unordf \
116 unoxml/source/service/unoxml \
117 uui/util/uui \
118 vcl/vcl.common \
119 xmloff/util/xo \
122 $(eval $(call gb_CppunitTest_use_configuration,sc_filters_test))
124 # vim: set noet sw=4 ts=4: