[Libreoffice-commits] core.git: Branch 'private/kohei/calc-data-stream' - sc/Module_sc.mk
Kohei Yoshida
kohei.yoshida at collabora.com
Mon Dec 30 15:03:49 PST 2013
sc/Module_sc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 32cfbe47941d4e7cdda092d924a47c9b594b4c06
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Mon Dec 30 17:58:00 2013 -0500
Move this opencl test to slowcheck. It's too slow.
Change-Id: I0386f03c1893fed82bdf7df11dbea93bbad05dd2
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 6730163..094290a 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -54,12 +54,12 @@ $(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_ucalc \
CppunitTest_sc_filters_test \
CppunitTest_sc_rangelst_test \
- CppunitTest_sc_opencl_test \
))
$(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_subsequent_filters_test \
CppunitTest_sc_subsequent_export_test \
+ CppunitTest_sc_opencl_test \
))
# Disabled to allow the check tinderbox execute the sd tests
More information about the Libreoffice-commits
mailing list