summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r--sw/Module_sw.mk73
1 files changed, 66 insertions, 7 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 123b7acf5321..3fcd0f85ed56 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -17,16 +17,22 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
+include $(SRCDIR)/sw/layoutwriter_setup.mk
include $(SRCDIR)/sw/ooxmlexport_setup.mk
+include $(SRCDIR)/sw/rtfexport_setup.mk
+include $(SRCDIR)/sw/uiwriter_setup.mk
+include $(SRCDIR)/sw/ww8export_setup.mk
$(eval $(call gb_Module_Module,sw))
$(eval $(call gb_Module_add_targets,sw,\
CustomTarget_generated \
+ CustomTarget_source \
Library_msword \
Library_sw \
Library_swd \
Library_swui \
+ Library_sw_writerfilter \
UIConfig_sglobal \
UIConfig_sweb \
UIConfig_swform \
@@ -61,11 +67,15 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_rtfexport3 \
CppunitTest_sw_rtfexport4 \
CppunitTest_sw_rtfexport5 \
+ CppunitTest_sw_rtfexport6 \
+ CppunitTest_sw_rtfexport7 \
+ CppunitTest_sw_rtfexport8 \
CppunitTest_sw_docbookexport \
CppunitTest_sw_fodfexport \
CppunitTest_sw_htmlexport \
CppunitTest_sw_xhtmlexport \
CppunitTest_sw_htmlimport \
+ CppunitTest_sw_indexingexport \
CppunitTest_sw_macros_test \
CppunitTest_sw_ooxmlexport \
CppunitTest_sw_ooxmlexport2 \
@@ -83,29 +93,45 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_ooxmlexport14 \
CppunitTest_sw_ooxmlexport15 \
CppunitTest_sw_ooxmlexport16 \
+ CppunitTest_sw_ooxmlexport17 \
+ CppunitTest_sw_ooxmlexport18 \
+ CppunitTest_sw_ooxmlexport19 \
+ CppunitTest_sw_ooxmlexport20 \
+ CppunitTest_sw_ooxmlexport21 \
CppunitTest_sw_ooxmlexport_template \
CppunitTest_sw_ooxmlfieldexport \
CppunitTest_sw_ooxmllinks \
CppunitTest_sw_ooxmlw14export \
CppunitTest_sw_ooxmlencryption \
+ CppunitTest_sw_ooxml_theme_export \
CppunitTest_sw_ooxmlimport \
CppunitTest_sw_ooxmlimport2 \
CppunitTest_sw_ww8export \
CppunitTest_sw_ww8export2 \
CppunitTest_sw_ww8export3 \
+ CppunitTest_sw_ww8export4 \
CppunitTest_sw_ww8import \
CppunitTest_sw_rtfimport \
CppunitTest_sw_odfexport \
+ CppunitTest_sw_odfexport2 \
CppunitTest_sw_odfimport \
CppunitTest_sw_txtexport \
+ CppunitTest_sw_txtencexport \
CppunitTest_sw_txtimport \
- $(if $(filter-out MACOSX,$(OS)), \
- CppunitTest_sw_uiwriter \
- CppunitTest_sw_uiwriter2 \
- CppunitTest_sw_uiwriter3 \
- ) \
+ CppunitTest_sw_uiwriter \
+ CppunitTest_sw_uiwriter2 \
+ CppunitTest_sw_uiwriter3 \
+ CppunitTest_sw_uiwriter4 \
+ CppunitTest_sw_uiwriter5 \
+ CppunitTest_sw_uiwriter6 \
+ CppunitTest_sw_uiwriter7 \
+ CppunitTest_sw_uiwriter8 \
+ CppunitTest_sw_uiwriter9 \
CppunitTest_sw_layoutwriter \
+ CppunitTest_sw_layoutwriter2 \
+ CppunitTest_sw_layoutwriter3 \
CppunitTest_sw_mailmerge \
+ CppunitTest_sw_mailmerge2 \
CppunitTest_sw_globalfilter \
CppunitTest_sw_accessible_relation_set \
CppunitTest_sw_apiterminate \
@@ -116,10 +142,15 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_core_docnode \
CppunitTest_sw_uibase_shells \
CppunitTest_sw_uibase_dochdl \
+ CppunitTest_sw_uibase_docvw \
CppunitTest_sw_uibase_frmdlg \
CppunitTest_sw_uibase_uno \
+ CppunitTest_sw_uibase_dialog \
+ CppunitTest_sw_uibase_wrtsh \
CppunitTest_sw_core_accessibilitycheck \
CppunitTest_sw_core_layout \
+ CppunitTest_sw_core_fields \
+ CppunitTest_sw_core_tox \
CppunitTest_sw_core_frmedt \
CppunitTest_sw_core_txtnode \
CppunitTest_sw_core_objectpositioning \
@@ -128,12 +159,29 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_core_undo \
CppunitTest_sw_uibase_uiview \
CppunitTest_sw_core_draw \
+ CppunitTest_sw_core_edit \
+ CppunitTest_sw_uibase_fldui \
+ CppunitTest_sw_core_view \
+ CppunitTest_sw_core_attr \
+ CppunitTest_sw_core_header_footer \
+ CppunitTest_sw_filter_ww8 \
+ CppunitTest_sw_filter_html \
+ CppunitTest_sw_filter_xml \
+ CppunitTest_sw_a11y \
+ CppunitTest_sw_core_theme \
+ CppunitTest_sw_pdf_test \
+ CppunitTest_sw_writerfilter_filters_test \
+ CppunitTest_sw_writerfilter_misc \
+ CppunitTest_sw_writerfilter_dmapper \
+ CppunitTest_sw_writerfilter_ooxml \
+ CppunitTest_sw_writerfilter_rtftok \
))
ifneq ($(DISABLE_GUI),TRUE)
ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_tiledrendering \
+ CppunitTest_sw_tiledrendering2 \
))
endif
endif
@@ -141,7 +189,6 @@ endif
ifneq ($(DISABLE_CVE_TESTS),TRUE)
$(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_filters_test \
- CppunitTest_sw_filters_test2 \
))
endif
@@ -163,6 +210,11 @@ $(eval $(call gb_Module_add_screenshot_targets,sw,\
CppunitTest_sw_dialogs_test_2 \
))
+# feature coverage
+$(eval $(call gb_Module_add_coverage_targets,sw,\
+ CppunitTest_sw_odffeatures \
+))
+
$(eval $(call gb_Module_add_uicheck_targets,sw,\
$(call gb_Helper_optional,LIBRELOGO,UITest_librelogo) \
UITest_writer_tests \
@@ -172,16 +224,23 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\
UITest_writer_tests5 \
UITest_writer_tests6 \
UITest_writer_tests7 \
+ UITest_writer_tests8 \
UITest_sw_table \
+ UITest_sw_chart \
+ UITest_sw_fieldDialog \
UITest_sw_findBar \
UITest_sw_findReplace \
- UITest_sw_findSimilarity \
UITest_chapterNumbering \
UITest_sw_navigator \
UITest_sw_options \
UITest_sw_sidebar \
UITest_sw_styleInspector \
UITest_sw_ui_fmtui \
+ UITest_sw_ui_frmdlg \
+ UITest_sw_ui_index \
+ UITest_sw_ui_misc \
+ UITest_sw_uibase_docvw \
+ UITest_sw_uibase_shells \
UITest_classification \
UITest_writer_macro_tests \
UITest_writer_dialogs \