diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-06-15 09:15:03 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-06-15 11:17:33 +0200 |
commit | a55812aa84a9b416d181ff70d22b86435a4ac5af (patch) | |
tree | 054ccbf77a92e8076421306080c31fcbc2ddc855 /sc/Module_sc.mk | |
parent | 5b69db47543946a1a27c821f174b277e8e16145d (diff) |
CppunitTest_sc_macros_test: split it into two
The .cxx are already separated, use a different
makefile for vba-macro-test.cxx
This might help to mitigate the CppunitTest_sc_macros_test
failure happening in Jenkins on Windows
Change-Id: I5708de3527041a5fcb33287f75f0e14642a88c4e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135862
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 6dde171ebdc8..5cea4b59d426 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -82,6 +82,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_subsequent_export_test \ CppunitTest_sc_subsequent_export_test2 \ CppunitTest_sc_uicalc \ + CppunitTest_sc_vba_macro_test \ )) ifneq ($(ENABLE_JUMBO_SHEETS),) |