From f45af7c8093dae17bada71e33a2c32023a2c1986 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 30 Nov 2016 21:01:31 +0100 Subject: start to split the functions test by category Change-Id: Ib06eaee7cf5eeb3dbe95ad42afc2a17caa0359c2 Reviewed-on: https://gerrit.libreoffice.org/31440 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- sc/Module_sc.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/Module_sc.mk') 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 -- cgit