CppunitTest_sw_ooxmlimport: use more SwParaPortion::dumpAsXml()
[LibreOffice.git] / sc / subsequent_setup.mk
blob5e649e565c25ea26b2315c93ebbe01918cf4a66a
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 # template for subsequent tests
11 define sc_subsequent_test
13 $(eval $(call gb_CppunitTest_CppunitTest,sc_subsequent_$(1)))
15 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_subsequent_$(1)))
17 $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_$(1), \
18 sc/qa/unit/subsequent_$(1) \
21 $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_$(1), \
22 boost_headers \
23 mdds_headers \
24 libxml2 \
27 $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_$(1), \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 for \
35 forui \
36 i18nlangtag \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sc \
43 scqahelper \
44 sfx \
45 sot \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tk \
52 tl \
53 ucbhelper \
54 unotest \
55 utl \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_set_include,sc_subsequent_$(1),\
61 -I$(SRCDIR)/sc/source/ui/inc \
62 -I$(SRCDIR)/sc/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_api,sc_subsequent_$(1),\
67 udkapi \
68 offapi \
69 oovbaapi \
72 $(eval $(call gb_CppunitTest_use_ure,sc_subsequent_$(1)))
73 $(eval $(call gb_CppunitTest_use_vcl,sc_subsequent_$(1)))
75 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_$(1),\
76 basic/util/sb \
77 basctl/util/basctl \
78 chart2/source/chartcore \
79 chart2/source/controller/chartcontroller \
80 comphelper/util/comphelp \
81 configmgr/source/configmgr \
82 dbaccess/util/dba \
83 embeddedobj/util/embobj \
84 eventattacher/source/evtatt \
85 filter/source/config/cache/filterconfig1 \
86 filter/source/odfflatxml/odfflatxml \
87 filter/source/xmlfilteradaptor/xmlfa \
88 forms/util/frm \
89 framework/util/fwk \
90 i18npool/source/search/i18nsearch \
91 i18npool/util/i18npool \
92 linguistic/source/lng \
93 oox/util/oox \
94 package/source/xstor/xstor \
95 package/util/package2 \
96 sax/source/expatwrap/expwrap \
97 scaddins/source/analysis/analysis \
98 scaddins/source/datefunc/date \
99 sc/util/sc \
100 sc/util/scfilt \
101 sc/util/vbaobj \
102 sfx2/util/sfx \
103 sot/util/sot \
104 svl/util/svl \
105 svl/source/fsstor/fsstorage \
106 svtools/util/svt \
107 toolkit/util/tk \
108 ucb/source/core/ucb1 \
109 ucb/source/ucp/file/ucpfile1 \
110 ucb/source/ucp/tdoc/ucptdoc1 \
111 unotools/util/utl \
112 unoxml/source/rdf/unordf \
113 unoxml/source/service/unoxml \
114 uui/util/uui \
115 vcl/vcl.common \
116 xmloff/util/xo \
117 xmlsecurity/util/xmlsecurity \
118 emfio/emfio \
121 $(eval $(call gb_CppunitTest_use_components,sc_subsequent_$(1),\
122 xmlsecurity/util/xsec_xmlsec \
125 $(eval $(call gb_CppunitTest_use_custom_headers,sc_subsequent_$(1),\
126 officecfg/registry \
129 $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_$(1)))
131 $(eval $(call gb_CppunitTest_use_packages,sc_subsequent_$(1), \
132 oox_generated \
135 $(eval $(call gb_CppunitTest_use_more_fonts,sc_subsequent_$(1)))
137 $(eval $(call gb_CppunitTest_add_arguments,sc_subsequent_$(1), \
138 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
141 endef
143 # vim: set noet sw=4 ts=4: