summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-05-16 20:12:37 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-05-16 22:01:59 +0200
commitff2e562cd2ef8f6c08180bce16d2c4000a8aa841 (patch)
tree24cc77cd0705a3d122c0fb5b85eb78f6e28bc6a3 /sc/Module_sc.mk
parent27db3bfede6a74a00da20062db6fd6c47d4d9df1 (diff)
sc_ucalc: move conditional format tests to their own module
in order to split sc_ucalc monster into smaller modules While at it, remove testCopyPasteSkipEmptyConditionalFormatting it was added already disabled in 5915d38e84c7a7861c169bea18c63824bcfdc470 <add disabled test for conditional formatting with skip empty cells> and it fails if it's enabled Change-Id: I6222849b38ab288b24432dc00698d72f5bcc5c2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115677 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 2beb6361d330..9cc25d6052ea 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -40,6 +40,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\
Library_scqahelper \
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
CppunitTest_sc_ucalc) \
+ CppunitTest_sc_ucalc_condformat \
CppunitTest_sc_ucalc_pivottable \
CppunitTest_sc_ucalc_sharedformula \
CppunitTest_sc_ucalc_sort \