1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 include $(SRCDIR
)/sc
/common_unoapi_tests.mk
12 include $(SRCDIR
)/sc
/functions_setup.mk
13 include $(SRCDIR
)/sc
/ucalc_setup.mk
14 include $(SRCDIR
)/sc
/subsequent_setup.mk
16 $(eval
$(call gb_Module_Module
,sc
))
18 $(eval
$(call gb_Module_add_targets
,sc
,\
23 $(call gb_Helper_optional
,OPENCL
,Package_opencl
) \
28 $(eval
$(call gb_Module_add_l10n_targets
,sc
,\
32 ifneq ($(filter SCRIPTING
,$(BUILD_TYPE
)),)
34 $(eval
$(call gb_Module_add_targets
,sc
,\
41 ifneq ($(filter SCRIPTING
,$(BUILD_TYPE
)),)
42 $(eval
$(call gb_Module_add_check_targets
,sc
,\
44 $(if
$(and
$(filter $(COM
),MSC
),$(MERGELIBS
)),, \
45 CppunitTest_sc_ucalc
) \
46 CppunitTest_sc_ucalc_condformat \
47 CppunitTest_sc_ucalc_copypaste \
48 CppunitTest_sc_ucalc_datatransformation \
49 CppunitTest_sc_ucalc_document_themes \
50 CppunitTest_sc_ucalc_formula \
51 CppunitTest_sc_ucalc_formula2 \
52 CppunitTest_sc_ucalc_parallelism \
53 CppunitTest_sc_ucalc_pivottable \
54 CppunitTest_sc_ucalc_rangelst \
55 CppunitTest_sc_ucalc_range \
56 CppunitTest_sc_ucalc_sharedformula \
57 CppunitTest_sc_ucalc_sparkline \
58 CppunitTest_sc_ucalc_solver \
59 CppunitTest_sc_ucalc_sort \
60 CppunitTest_sc_filters_test \
61 CppunitTest_sc_mark_test \
63 CppunitTest_sc_dataprovider \
64 CppunitTest_sc_cache_test \
65 CppunitTest_sc_parallelism \
66 CppunitTest_sc_shapetest \
70 ifneq ($(DISABLE_GUI
),TRUE
)
72 $(eval
$(call gb_Module_add_check_targets
,sc
,\
73 CppunitTest_sc_tiledrendering \
74 CppunitTest_sc_tiledrendering2 \
79 $(eval
$(call gb_Module_add_slowcheck_targets
,sc
, \
80 CppunitTest_sc_anchor_test \
81 CppunitTest_sc_cond_format_merge \
82 CppunitTest_sc_copypaste \
83 CppunitTest_sc_html_export_test \
84 CppunitTest_sc_macros_test \
85 CppunitTest_sc_new_cond_format_api \
86 CppunitTest_sc_pdf_export \
87 CppunitTest_sc_pivottable_filters_test \
88 CppunitTest_sc_sparkline_test \
89 CppunitTest_sc_subsequent_filters_test \
90 CppunitTest_sc_subsequent_filters_test2 \
91 CppunitTest_sc_subsequent_filters_test3 \
92 CppunitTest_sc_subsequent_filters_test4 \
93 CppunitTest_sc_subsequent_export_test \
94 CppunitTest_sc_subsequent_export_test2 \
95 CppunitTest_sc_subsequent_export_test3 \
96 CppunitTest_sc_subsequent_export_test4 \
97 CppunitTest_sc_uicalc \
98 CppunitTest_sc_uicalc2 \
99 CppunitTest_sc_vba_macro_test \
100 CppunitTest_sc_a11y \
101 CppunitTest_sc_filter_html \
104 ifneq ($(ENABLE_JUMBO_SHEETS
),)
105 $(eval
$(call gb_Module_add_slowcheck_targets
,sc
, \
106 CppunitTest_sc_jumbosheets_test \
110 # Various function tests fail in 32-bit linux_x86 build due to dreaded floating
111 # point weirdness (x87, registers, compiler optimization, ... whatever),
112 # disable them until someone finds a real cure.
114 ifneq ($(PLATFORMID
),linux_x86
)
115 $(eval
$(call gb_Module_add_slowcheck_targets
,sc
, \
116 CppunitTest_sc_functions_test_old \
117 CppunitTest_sc_database_functions_test \
118 CppunitTest_sc_array_functions_test \
119 CppunitTest_sc_addin_functions_test \
120 CppunitTest_sc_datetime_functions_test \
121 CppunitTest_sc_financial_functions_test \
122 CppunitTest_sc_information_functions_test \
123 CppunitTest_sc_logical_functions_test \
124 CppunitTest_sc_mathematical_functions_test \
125 CppunitTest_sc_spreadsheet_functions_test \
126 CppunitTest_sc_statistical_functions_test \
127 CppunitTest_sc_text_functions_test \
131 $(eval
$(call gb_Module_add_subsequentcheck_targets
,sc
,\
132 JunitTest_sc_complex \
133 JunitTest_sc_unoapi_1 \
134 JunitTest_sc_unoapi_2 \
135 JunitTest_sc_unoapi_3 \
136 JunitTest_sc_unoapi_4 \
137 JunitTest_sc_unoapi_6 \
138 JunitTest_sc_unoapi_7 \
139 CppunitTest_sc_annotationobj \
140 CppunitTest_sc_annotationshapeobj \
141 CppunitTest_sc_annotationsobj \
142 CppunitTest_sc_arealinkobj \
143 CppunitTest_sc_arealinksobj \
144 CppunitTest_sc_autoformatobj \
145 CppunitTest_sc_autoformatsobj \
146 CppunitTest_sc_cellcursorobj \
147 CppunitTest_sc_cellfieldsobj \
148 CppunitTest_sc_cellformatsenumeration \
149 CppunitTest_sc_cellformatsobj \
150 CppunitTest_sc_cellobj \
151 CppunitTest_sc_cellrangeobj \
152 CppunitTest_sc_cellrangesobj \
153 CppunitTest_sc_cellsearchobj \
154 CppunitTest_sc_cellsenumeration \
155 CppunitTest_sc_cellsobj \
156 CppunitTest_sc_chart2dataprovider \
157 CppunitTest_sc_chartobj \
158 CppunitTest_sc_chartsobj \
159 CppunitTest_sc_check_data_pilot_field \
160 CppunitTest_sc_check_data_pilot_table \
161 CppunitTest_sc_check_xcell_ranges_query \
162 CppunitTest_sc_consolidationdescriptorobj \
163 $(if
$(filter-out $(OS
),iOS
), \
164 CppunitTest_sc_databaserangeobj
) \
165 CppunitTest_sc_databaserangesobj \
166 CppunitTest_sc_datapilotfieldgroupitemobj \
167 CppunitTest_sc_datapilotfieldgroupobj \
168 CppunitTest_sc_datapilotfieldgroupsobj \
169 CppunitTest_sc_datapilotfieldobj \
170 CppunitTest_sc_datapilotfieldsobj \
171 CppunitTest_sc_datapilotitemobj \
172 CppunitTest_sc_datapilotitemsobj \
173 CppunitTest_sc_datapilottableobj \
174 CppunitTest_sc_datapilottablesobj \
175 CppunitTest_sc_ddelinkobj \
176 CppunitTest_sc_ddelinksobj \
177 CppunitTest_sc_documentconfigurationobj \
178 CppunitTest_sc_drawpageobj \
179 CppunitTest_sc_drawpagesobj \
180 CppunitTest_sc_editfieldobj_cell \
181 CppunitTest_sc_editfieldobj_header \
182 CppunitTest_sc_filterdescriptorbase \
183 CppunitTest_sc_functiondescriptionobj \
184 CppunitTest_sc_functionlistobj \
185 CppunitTest_sc_headerfieldsobj \
186 CppunitTest_sc_headerfootercontentobj \
187 CppunitTest_sc_indexenumeration_cellannotationsenumeration \
188 CppunitTest_sc_indexenumeration_cellarealinksenumeration \
189 CppunitTest_sc_indexenumeration_databaserangesenumeration \
190 CppunitTest_sc_indexenumeration_datapilotfieldsenumeration \
191 CppunitTest_sc_indexenumeration_datapilotitemsenumeration \
192 CppunitTest_sc_indexenumeration_datapilottablesenumeration \
193 CppunitTest_sc_indexenumeration_ddelinksenumeration \
194 CppunitTest_sc_indexenumeration_functiondescriptionenumeration \
195 CppunitTest_sc_indexenumeration_labelrangesenumeration \
196 CppunitTest_sc_indexenumeration_namedrangesenumeration \
197 CppunitTest_sc_indexenumeration_scenariosenumeration \
198 CppunitTest_sc_indexenumeration_sheetcellrangesenumeration \
199 CppunitTest_sc_indexenumeration_sheetlinksenumeration \
200 CppunitTest_sc_indexenumeration_spreadsheetsenumeration \
201 CppunitTest_sc_indexenumeration_spreadsheetviewpanesenumeration \
202 CppunitTest_sc_indexenumeration_subtotalfieldsenumeration \
203 CppunitTest_sc_indexenumeration_tableautoformatenumeration \
204 CppunitTest_sc_indexenumeration_tablechartsenumeration \
205 CppunitTest_sc_indexenumeration_tablecolumnsenumeration \
206 CppunitTest_sc_indexenumeration_tableconditionalentryenumeration \
207 CppunitTest_sc_indexenumeration_tablerowsenumeration \
208 CppunitTest_sc_indexenumeration_textfieldenumeration \
209 CppunitTest_sc_importdescriptorbaseobj \
210 CppunitTest_sc_labelrangeobj \
211 CppunitTest_sc_labelrangesobj \
212 CppunitTest_sc_modelobj \
213 CppunitTest_sc_namedrangeobj \
214 CppunitTest_sc_namedrangesobj \
215 CppunitTest_sc_opencl-1 \
216 CppunitTest_sc_opencl-2 \
217 CppunitTest_sc_outlineobj \
218 CppunitTest_sc_recentfunctionsobj \
219 CppunitTest_sc_recordchanges \
220 CppunitTest_sc_scenariosobj \
221 CppunitTest_sc_shapeobj \
222 CppunitTest_sc_sheetlinkobj \
223 CppunitTest_sc_sheetlinksobj \
224 CppunitTest_sc_sortdescriptorbaseobj \
225 CppunitTest_sc_spreadsheetsettings \
226 CppunitTest_sc_spreadsheetsettingsobj \
227 CppunitTest_sc_styleobj \
228 CppunitTest_sc_stylefamiliesobj \
229 CppunitTest_sc_stylefamilyobj \
230 CppunitTest_sc_subtotaldescriptorbase \
231 CppunitTest_sc_subtotalfieldobj \
232 CppunitTest_sc_tablecolumnobj \
233 CppunitTest_sc_tablecolumnsobj \
234 CppunitTest_sc_tableconditionalentryobj \
235 CppunitTest_sc_tableconditionalformat \
236 CppunitTest_sc_tablerowobj \
237 CppunitTest_sc_tablerowsobj \
238 CppunitTest_sc_tablesheetobj \
239 CppunitTest_sc_tablesheetsobj \
240 CppunitTest_sc_tablevalidationobj \
241 CppunitTest_sc_tabviewobj \
242 CppunitTest_sc_theme_import_export_test \
243 CppunitTest_sc_uniquecellformatsenumeration \
244 CppunitTest_sc_uniquecellformatsobj \
245 CppunitTest_sc_viewpaneobj \
248 $(eval
$(call gb_Module_add_perfcheck_targets
,sc
,\
249 CppunitTest_sc_perfobj \
250 CppunitTest_sc_tablesheetobj \
253 $(eval
$(call gb_Module_add_subsequentcheck_targets
,sc
,\
254 PythonTest_sc_python \
258 $(eval
$(call gb_Module_add_screenshot_targets
,sc
,\
259 CppunitTest_sc_screenshots \
262 $(eval
$(call gb_Module_add_uicheck_targets
,sc
,\
263 UITest_conditional_format \
267 UITest_search_replace \
274 UITest_external_links \
282 UITest_textToColumns \
283 UITest_signatureLine \
290 UITest_pasteSpecial \
292 UITest_calc_dialogs \
294 UITest_function_wizard \
295 UITest_manual_tests \
298 ifneq ($(or
$(ENABLE_LPSOLVE
),$(ENABLE_COINMP
)),)
299 $(eval
$(call gb_Module_add_uicheck_targets
,sc
,\
305 # vim: set noet sw=4 ts=4: