sc/Module_sc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0eec6d44c65f895c6fe2172792717418627db05d
Author: Xisco Fauli <[email protected]>
AuthorDate: Thu Nov 17 20:33:38 2022 +0100
Commit: Xisco Fauli <[email protected]>
CommitDate: Thu Nov 17 21:59:56 2022 +0100
sc: move CppunitTest_sc_parallelism to check
like the other classes inheriting from ScSimpleBootstrapFixture
Change-Id: Ia067bd506274f8526e6567c3f6dc395dd87c480c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142899
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <[email protected]>
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index a87a84f4502a..c297527239ab 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -41,6 +41,7 @@ ifneq ($(OS),iOS)
ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),)
$(eval $(call gb_Module_add_check_targets,sc,\
Library_scqahelper \
+ CppunitTest_sc_parallelism \
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
CppunitTest_sc_ucalc) \
CppunitTest_sc_ucalc_condformat \
@@ -202,7 +203,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_namedrangesobj \
CppunitTest_sc_opencl_test \
CppunitTest_sc_outlineobj \
- CppunitTest_sc_parallelism \
CppunitTest_sc_recentfunctionsobj \
CppunitTest_sc_recordchanges \
CppunitTest_sc_scenariosobj \