diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-05-13 18:50:27 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-05-14 12:45:20 +0200 |
commit | 08905cea24f8f60f7774f10a7877a6311ff0001d (patch) | |
tree | 6323366e845dbec9e522f80d75fadc25a45e32cd /sc/Module_sc.mk | |
parent | 9da5f12be26d1420c65b172af728f47347a6ce2d (diff) |
sc_ucalc: move pivot table tests to their own module
in order to split sc_ucalc monster into smaller
modules
Change-Id: I5fa1b9b7366c45414d26804a09d1b78aebc83e2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115568
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 1c9d8989ad01..f2428ded2919 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -39,6 +39,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\ Library_scqahelper \ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ CppunitTest_sc_ucalc) \ + CppunitTest_sc_ucalc_pivottable \ CppunitTest_sc_ucalc_sharedformula \ CppunitTest_sc_ucalc_sort \ CppunitTest_sc_bugfix_test \ |