Skip to content

Commit 2559f63

Browse files
author
Xisco Fauli
committed
sc: move these to slowcheck
so Jenkins will tests them on all platforms Change-Id: Idb17dc34b4b1f26067ed160037c7d81b800ed8f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178801 Tested-by: Xisco Fauli <[email protected]> Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]>
1 parent 70978ce commit 2559f63

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

sc/Module_sc.mk

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
130130
CppunitTest_sc_spreadsheet_functions_test \
131131
CppunitTest_sc_statistical_functions_test \
132132
CppunitTest_sc_text_functions_test \
133-
))
134-
endif
135-
136-
$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
137-
JunitTest_sc_complex \
138-
JunitTest_sc_unoapi_1 \
139-
JunitTest_sc_unoapi_2 \
140-
JunitTest_sc_unoapi_3 \
141-
JunitTest_sc_unoapi_4 \
142-
JunitTest_sc_unoapi_6 \
143-
JunitTest_sc_unoapi_7 \
144133
CppunitTest_sc_annotationobj \
145134
CppunitTest_sc_annotationshapeobj \
146135
CppunitTest_sc_annotationsobj \
@@ -217,8 +206,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
217206
CppunitTest_sc_modelobj \
218207
CppunitTest_sc_namedrangeobj \
219208
CppunitTest_sc_namedrangesobj \
220-
CppunitTest_sc_opencl-1 \
221-
CppunitTest_sc_opencl-2 \
222209
CppunitTest_sc_outlineobj \
223210
CppunitTest_sc_recentfunctionsobj \
224211
CppunitTest_sc_recordchanges \
@@ -250,6 +237,19 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
250237
CppunitTest_sc_uniquecellformatsobj \
251238
CppunitTest_sc_viewpaneobj \
252239
))
240+
endif
241+
242+
$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
243+
JunitTest_sc_complex \
244+
JunitTest_sc_unoapi_1 \
245+
JunitTest_sc_unoapi_2 \
246+
JunitTest_sc_unoapi_3 \
247+
JunitTest_sc_unoapi_4 \
248+
JunitTest_sc_unoapi_6 \
249+
JunitTest_sc_unoapi_7 \
250+
CppunitTest_sc_opencl-1 \
251+
CppunitTest_sc_opencl-2 \
252+
))
253253

254254
$(eval $(call gb_Module_add_perfcheck_targets,sc,\
255255
CppunitTest_sc_perfobj \

0 commit comments

Comments
 (0)