[Libreoffice-commits] core.git: sc/Module_sc.mk
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 10 22:02:17 UTC 2020
sc/Module_sc.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 1842276ed4785ff5198bdbc4ce6fe752315c8657
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Mar 10 21:23:48 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Mar 10 22:57:45 2020 +0100
Enable CppunitTest_sc_uicalc also for MACOSX
there appears to be no reason not to
Change-Id: Ic7c0e34e28bc67bd7b342b50f893990057b2e261
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90305
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 8438b3455cba..8a6f8411faff 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -207,12 +207,10 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_tablesheetsobj \
CppunitTest_sc_tablevalidationobj \
CppunitTest_sc_tabviewobj \
+ CppunitTest_sc_uicalc \
CppunitTest_sc_uniquecellformatsenumeration \
CppunitTest_sc_uniquecellformatsobj \
CppunitTest_sc_viewpaneobj \
- $(if $(filter-out MACOSX,$(OS)), \
- CppunitTest_sc_uicalc \
- ) \
))
$(eval $(call gb_Module_add_perfcheck_targets,sc,\
More information about the Libreoffice-commits
mailing list