lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / sc / Module_sc.mk
blobd52537f1c9084e61dab8e8f9d7a2d3b56d53cb8a
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
13 $(eval $(call gb_Module_Module,sc))
15 $(eval $(call gb_Module_add_targets,sc,\
16 Library_sc \
17 Library_scd \
18 Library_scfilt \
19 Library_scui \
20 $(call gb_Helper_optional,OPENCL,Package_opencl) \
21 Package_res_xml \
22 UIConfig_scalc \
25 $(eval $(call gb_Module_add_l10n_targets,sc,\
26 AllLangMoTarget_sc \
29 ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),)
31 $(eval $(call gb_Module_add_targets,sc,\
32 Library_vbaobj \
35 endif
37 ifneq ($(OS),iOS)
38 $(eval $(call gb_Module_add_check_targets,sc,\
39 Library_scqahelper \
40 $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
41 CppunitTest_sc_ucalc) \
42 CppunitTest_sc_bugfix_test \
43 CppunitTest_sc_filters_test \
44 CppunitTest_sc_rangelst_test \
45 CppunitTest_sc_range_test \
46 CppunitTest_sc_mark_test \
47 CppunitTest_sc_core \
48 CppunitTest_sc_dataprovider \
49 CppunitTest_sc_datatransformation \
50 CppunitTest_sc_cache_test \
51 CppunitTest_sc_shapetest \
54 ifneq ($(DISABLE_GUI),TRUE)
55 ifeq ($(OS),LINUX)
56 $(eval $(call gb_Module_add_check_targets,sc,\
57 CppunitTest_sc_tiledrendering \
59 endif
60 endif
62 $(eval $(call gb_Module_add_slowcheck_targets,sc, \
63 CppunitTest_sc_cond_format_merge \
64 CppunitTest_sc_new_cond_format_api \
65 CppunitTest_sc_pdf_export \
66 CppunitTest_sc_subsequent_filters_test \
67 CppunitTest_sc_subsequent_export_test \
68 CppunitTest_sc_html_export_test \
69 CppunitTest_sc_copypaste \
70 CppunitTest_sc_pivottable_filters_test \
73 # Various function tests fail in 32-bit linux_x86 build due to dreaded floating
74 # point weirdness (x87, registers, compiler optimization, ... whatever),
75 # disable them until someone finds a real cure.
77 ifneq ($(filter-out linux_aarch64 linux_x86,$(PLATFORMID)),)
78 $(eval $(call gb_Module_add_slowcheck_targets,sc, \
79 CppunitTest_sc_functions_test_old \
80 CppunitTest_sc_database_functions_test \
81 CppunitTest_sc_array_functions_test \
82 CppunitTest_sc_addin_functions_test \
83 CppunitTest_sc_datetime_functions_test \
84 CppunitTest_sc_financial_functions_test \
85 CppunitTest_sc_information_functions_test \
86 CppunitTest_sc_logical_functions_test \
87 CppunitTest_sc_mathematical_functions_test \
88 CppunitTest_sc_spreadsheet_functions_test \
89 CppunitTest_sc_statistical_functions_test \
90 CppunitTest_sc_text_functions_test \
92 endif
94 # Disabled to allow the check tinderbox execute the sd tests
95 # CppunitTest_sc_chart_regression_test \
97 $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
98 JunitTest_sc_complex \
99 JunitTest_sc_unoapi_1 \
100 JunitTest_sc_unoapi_2 \
101 JunitTest_sc_unoapi_3 \
102 JunitTest_sc_unoapi_4 \
103 JunitTest_sc_unoapi_6 \
104 JunitTest_sc_unoapi_7 \
105 CppunitTest_sc_anchor_test \
106 CppunitTest_sc_annotationobj \
107 CppunitTest_sc_annotationshapeobj \
108 CppunitTest_sc_annotationsobj \
109 CppunitTest_sc_arealinkobj \
110 CppunitTest_sc_arealinksobj \
111 CppunitTest_sc_autoformatobj \
112 CppunitTest_sc_autoformatsobj \
113 CppunitTest_sc_cellcursorobj \
114 CppunitTest_sc_cellfieldsobj \
115 CppunitTest_sc_cellformatsenumeration \
116 CppunitTest_sc_cellformatsobj \
117 CppunitTest_sc_cellobj \
118 CppunitTest_sc_cellrangeobj \
119 CppunitTest_sc_cellrangesobj \
120 CppunitTest_sc_cellsearchobj \
121 CppunitTest_sc_cellsenumeration \
122 CppunitTest_sc_cellsobj \
123 CppunitTest_sc_chart2dataprovider \
124 CppunitTest_sc_chartobj \
125 CppunitTest_sc_chartsobj \
126 CppunitTest_sc_check_data_pilot_field \
127 CppunitTest_sc_check_data_pilot_table \
128 CppunitTest_sc_check_xcell_ranges_query \
129 CppunitTest_sc_consolidationdescriptorobj \
130 $(if $(filter-out $(OS),iOS), \
131 CppunitTest_sc_databaserangeobj) \
132 CppunitTest_sc_databaserangesobj \
133 CppunitTest_sc_datapilotfieldgroupitemobj \
134 CppunitTest_sc_datapilotfieldgroupobj \
135 CppunitTest_sc_datapilotfieldgroupsobj \
136 CppunitTest_sc_datapilotfieldobj \
137 CppunitTest_sc_datapilotfieldsobj \
138 CppunitTest_sc_datapilotitemobj \
139 CppunitTest_sc_datapilotitemsobj \
140 CppunitTest_sc_datapilottableobj \
141 CppunitTest_sc_datapilottablesobj \
142 CppunitTest_sc_ddelinkobj \
143 CppunitTest_sc_ddelinksobj \
144 CppunitTest_sc_documentconfigurationobj \
145 CppunitTest_sc_drawpageobj \
146 CppunitTest_sc_drawpagesobj \
147 CppunitTest_sc_editfieldobj_cell \
148 CppunitTest_sc_editfieldobj_header \
149 CppunitTest_sc_filterdescriptorbase \
150 CppunitTest_sc_functiondescriptionobj \
151 CppunitTest_sc_functionlistobj \
152 CppunitTest_sc_headerfieldsobj \
153 CppunitTest_sc_headerfootercontentobj \
154 CppunitTest_sc_indexenumeration_cellannotationsenumeration \
155 CppunitTest_sc_indexenumeration_cellarealinksenumeration \
156 CppunitTest_sc_indexenumeration_databaserangesenumeration \
157 CppunitTest_sc_indexenumeration_datapilotfieldsenumeration \
158 CppunitTest_sc_indexenumeration_datapilotitemsenumeration \
159 CppunitTest_sc_indexenumeration_datapilottablesenumeration \
160 CppunitTest_sc_indexenumeration_ddelinksenumeration \
161 CppunitTest_sc_indexenumeration_functiondescriptionenumeration \
162 CppunitTest_sc_indexenumeration_labelrangesenumeration \
163 CppunitTest_sc_indexenumeration_namedrangesenumeration \
164 CppunitTest_sc_indexenumeration_scenariosenumeration \
165 CppunitTest_sc_indexenumeration_sheetcellrangesenumeration \
166 CppunitTest_sc_indexenumeration_sheetlinksenumeration \
167 CppunitTest_sc_indexenumeration_spreadsheetsenumeration \
168 CppunitTest_sc_indexenumeration_spreadsheetviewpanesenumeration \
169 CppunitTest_sc_indexenumeration_subtotalfieldsenumeration \
170 CppunitTest_sc_indexenumeration_tableautoformatenumeration \
171 CppunitTest_sc_indexenumeration_tablechartsenumeration \
172 CppunitTest_sc_indexenumeration_tablecolumnsenumeration \
173 CppunitTest_sc_indexenumeration_tableconditionalentryenumeration \
174 CppunitTest_sc_indexenumeration_tablerowsenumeration \
175 CppunitTest_sc_indexenumeration_textfieldenumeration \
176 CppunitTest_sc_importdescriptorbaseobj \
177 CppunitTest_sc_labelrangeobj \
178 CppunitTest_sc_labelrangesobj \
179 CppunitTest_sc_macros_test \
180 CppunitTest_sc_modelobj \
181 CppunitTest_sc_namedrangeobj \
182 CppunitTest_sc_namedrangesobj \
183 CppunitTest_sc_opencl_test \
184 CppunitTest_sc_outlineobj \
185 CppunitTest_sc_parallelism \
186 CppunitTest_sc_recentfunctionsobj \
187 CppunitTest_sc_recordchanges \
188 CppunitTest_sc_scenariosobj \
189 CppunitTest_sc_shapeobj \
190 CppunitTest_sc_sheetlinkobj \
191 CppunitTest_sc_sheetlinksobj \
192 CppunitTest_sc_sortdescriptorbaseobj \
193 CppunitTest_sc_spreadsheetsettings \
194 CppunitTest_sc_spreadsheetsettingsobj \
195 CppunitTest_sc_styleobj \
196 CppunitTest_sc_stylefamiliesobj \
197 CppunitTest_sc_stylefamilyobj \
198 CppunitTest_sc_subtotaldescriptorbase \
199 CppunitTest_sc_subtotalfieldobj \
200 CppunitTest_sc_tablecolumnobj \
201 CppunitTest_sc_tablecolumnsobj \
202 CppunitTest_sc_tableconditionalentryobj \
203 CppunitTest_sc_tableconditionalformat \
204 CppunitTest_sc_tablerowobj \
205 CppunitTest_sc_tablerowsobj \
206 CppunitTest_sc_tablesheetobj \
207 CppunitTest_sc_tablesheetsobj \
208 CppunitTest_sc_tablevalidationobj \
209 CppunitTest_sc_tabviewobj \
210 CppunitTest_sc_uniquecellformatsenumeration \
211 CppunitTest_sc_uniquecellformatsobj \
212 CppunitTest_sc_viewpaneobj \
215 $(eval $(call gb_Module_add_perfcheck_targets,sc,\
216 CppunitTest_sc_perfobj \
217 CppunitTest_sc_tablesheetobj \
220 ifneq ($(DISABLE_PYTHON),TRUE)
221 $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
222 PythonTest_sc_python \
224 endif
226 # screenshots
227 $(eval $(call gb_Module_add_screenshot_targets,sc,\
228 CppunitTest_sc_screenshots \
231 $(eval $(call gb_Module_add_uicheck_targets,sc,\
232 UITest_conditional_format \
233 UITest_range_name \
234 UITest_hide_cols \
235 UITest_autofilter \
236 UITest_search_replace \
237 UITest_calc_tests \
238 UITest_calc_tests2 \
239 UITest_calc_tests3 \
240 UITest_calc_tests4 \
241 UITest_calc_tests6 \
242 UITest_statistics \
243 UITest_solver \
244 UITest_goalSeek \
245 UITest_protect \
246 UITest_options \
247 UITest_validity \
248 UITest_key_f4 \
249 UITest_textCase \
250 UITest_signatureLine \
251 UITest_inputLine \
252 UITest_hideShowSheet \
253 UITest_calc_tests7 \
254 UITest_sort \
255 UITest_chart \
256 UITest_pageFormat \
257 UITest_calc_tests8 \
258 UITest_calc_dialogs \
259 UITest_calc_tests9 \
261 endif
263 # vim: set noet sw=4 ts=4: