diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-03-10 21:23:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-03-10 22:57:45 +0100 |
commit | 1842276ed4785ff5198bdbc4ce6fe752315c8657 (patch) | |
tree | 7aae97b7dd35158f5c30608189aa294161775bbc /sc | |
parent | 08f5b6d20deb4837b184de60b87643f703103829 (diff) |
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@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Module_sc.mk | 4 |
1 files changed, 1 insertions, 3 deletions
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,\ |