1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval
$(call gb_Module_Module
,sc
))
13 $(eval
$(call gb_Module_add_targets
,sc
,\
22 ifeq ($(ENABLE_TELEPATHY
),TRUE
)
24 $(eval
$(call gb_Module_add_targets
,sc
,\
25 CustomTarget_uiconfig \
30 ifneq ($(DISABLE_SCRIPTING
),TRUE
)
32 $(eval
$(call gb_Module_add_targets
,sc
,\
38 $(eval
$(call gb_Module_add_check_targets
,sc
,\
39 CppunitTest_sc_ucalc \
40 CppunitTest_sc_filters_test \
41 CppunitTest_sc_rangelst_test \
44 $(eval
$(call gb_Module_add_slowcheck_targets
,sc
, \
45 CppunitTest_sc_subsequent_filters_test \
46 CppunitTest_sc_subsequent_export_test \
49 # Disabled to allow the check tinderbox execute the sd tests
50 # CppunitTest_sc_chart_regression_test \
51 # FIXME_REMOVE_WHEN_RE_BASE_COMPLETE
52 # CppunitTest_sc_annotationshapeobj \
54 $(eval
$(call gb_Module_add_subsequentcheck_targets
,sc
,\
55 JunitTest_sc_complex \
57 CppunitTest_sc_outlineobj \
58 CppunitTest_sc_annotationobj \
59 CppunitTest_sc_annotationsobj \
60 CppunitTest_sc_cellrangeobj \
61 $(if
$(filter-out $(OS
),IOS
), \
62 CppunitTest_sc_databaserangeobj
) \
63 CppunitTest_sc_datapilottableobj \
64 CppunitTest_sc_datapilotfieldobj \
65 CppunitTest_sc_macros_test \
66 CppunitTest_sc_namedrangeobj \
67 CppunitTest_sc_namedrangesobj \
68 CppunitTest_sc_tablesheetobj \
69 CppunitTest_sc_tablesheetsobj \
70 CppunitTest_sc_editfieldobj_cell \
71 CppunitTest_sc_editfieldobj_header \
72 CppunitTest_sc_modelobj \
75 # vim: set noet sw=4 ts=4: