diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-11-30 21:01:31 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-11-30 22:33:25 +0000 |
commit | f45af7c8093dae17bada71e33a2c32023a2c1986 (patch) | |
tree | 07949459b2720a2bd6623039c31260d8b70e79cc /sc/Module_sc.mk | |
parent | 64e6e7c6e7b881bf240de82ef020b290036e7e0e (diff) |
start to split the functions test by category
Change-Id: Ib06eaee7cf5eeb3dbe95ad42afc2a17caa0359c2
Reviewed-on: https://gerrit.libreoffice.org/31440
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index ce7e4c135a3c..96458d12d408 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -74,7 +74,8 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ ifneq ($(PLATFORMID),linux_x86) $(eval $(call gb_Module_add_slowcheck_targets,sc, \ - CppunitTest_sc_functions_test \ + CppunitTest_sc_functions_test_old \ + CppunitTest_sc_database_functions_test \ )) endif |