diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-17 20:33:38 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-17 21:59:56 +0100 |
commit | 0eec6d44c65f895c6fe2172792717418627db05d (patch) | |
tree | 0416b8ba70f6616b266c6727e4e374c0c7a74e75 /sc | |
parent | a709c5233a18af2c799f73a81d99b740cd89b191 (diff) |
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 <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Module_sc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |