[Libreoffice-commits] .: sc/Module_sc.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 12 05:28:21 PST 2012


 sc/Module_sc.mk |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

New commits:
commit 701b6faef5051af92428efa737f98394e6358f25
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 12 13:27:40 2012 +0000

    revert accidental removal of some tests
    
    Change-Id: Id2680f16607a3c9bf87c76c8eb2c1f8a84948510

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index cf004c7..7f4cf50 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -43,7 +43,36 @@ $(eval $(call gb_Module_add_targets,sc,\
 endif
 
 $(eval $(call gb_Module_add_check_targets,sc,\
+    CppunitTest_sc_ucalc \
     CppunitTest_sc_filters_test \
+    CppunitTest_sc_rangelst_test \
+))
+
+$(eval $(call gb_Module_add_slowcheck_targets,sc, \
+    CppunitTest_sc_subsequent_filters_test \
+    CppunitTest_sc_subsequent_export_test \
+))
+
+# Disabled to allow the check tinderbox execute the sd tests
+#CppunitTest_sc_chart_regression_test \
+
+$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
+    JunitTest_sc_complex \
+    JunitTest_sc_unoapi \
+    CppunitTest_sc_annotationshapeobj \
+    CppunitTest_sc_cellrangeobj \
+    $(if $(filter-out $(OS),IOS), \
+	    CppunitTest_sc_databaserangeobj) \
+    CppunitTest_sc_datapilottableobj \
+    CppunitTest_sc_datapilotfieldobj \
+    CppunitTest_sc_macros_test \
+    CppunitTest_sc_namedrangeobj \
+    CppunitTest_sc_namedrangesobj \
+    CppunitTest_sc_tablesheetobj \
+    CppunitTest_sc_tablesheetsobj \
+    CppunitTest_sc_editfieldobj_cell \
+    CppunitTest_sc_editfieldobj_header \
+    CppunitTest_sc_modelobj \
 ))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list