[COVER] add first set of ODF feature test files
commit23118ce68a151232e542051d263d195b21d0d0e8
authorThorsten Behrens <thorsten.behrens@allotropia.de>
Sun, 11 Sep 2022 10:21:22 +0000 (11 12:21 +0200)
committerThorsten Behrens <thorsten.behrens@allotropia.de>
Sun, 11 Sep 2022 19:32:07 +0000 (11 21:32 +0200)
treeecf1e0a7d4743baa7ef3a0d9cef84c383c4a2eb1
parent992b393be8c33103cd18ca65dfc51cdfdb3fd618
[COVER] add first set of ODF feature test files

For providing coverage data of features in the LibreOffice code base,
here's a set of files with orthogonal, high-level ODF features like
bold & italic text, an image, a table in several variants etc.

Use `make coverage` or `make sw.coverage` to generate coverage data
for the entire code base, or subsets thereof.

Change-Id: If27f720e8728788c421e16a3abbc1cf39521a2fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139765
Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
19 files changed:
Makefile.in
RepositoryModule_host.mk
solenv/gbuild/Module.mk
solenv/gbuild/Postprocess.mk
solenv/gbuild/TargetLocations.mk
solenv/gbuild/extensions/post_SpeedUpTargets.mk
solenv/gbuild/gbuild.help.txt
sw/CppunitTest_sw_odffeatures.mk [new file with mode: 0644]
sw/Module_sw.mk
sw/qa/extras/odfimport/data/feature_image_jpg.odt [new file with mode: 0644]
sw/qa/extras/odfimport/data/feature_table.odt [new file with mode: 0644]
sw/qa/extras/odfimport/data/feature_table_merged-cells.odt [new file with mode: 0644]
sw/qa/extras/odfimport/data/feature_table_merged-cells_all.odt [new file with mode: 0644]
sw/qa/extras/odfimport/data/feature_table_text.odt [new file with mode: 0644]
sw/qa/extras/odfimport/data/feature_text.odt [new file with mode: 0644]
sw/qa/extras/odfimport/data/feature_text_background-color.odt [new file with mode: 0644]
sw/qa/extras/odfimport/data/feature_text_bold.odt [new file with mode: 0644]
sw/qa/extras/odfimport/data/feature_text_italic.odt [new file with mode: 0644]
sw/qa/extras/odfimport/odffeatures.cxx [new file with mode: 0644]