[Libreoffice-commits] dev-tools.git: lcov/coverage.sh
Miklos Vajna
vmiklos at suse.cz
Thu Jul 11 01:57:50 PDT 2013
lcov/coverage.sh | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit fd828d3c74a3de04f24b5396571ed98171d7a43e
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Thu Jul 11 10:57:28 2013 +0200
lcov: add sw_docxexport area
Change-Id: I37efc02dc269afc4124b67b0aa3958ade208403a
diff --git a/lcov/coverage.sh b/lcov/coverage.sh
index ce8c300..99bbdc5 100755
--- a/lcov/coverage.sh
+++ b/lcov/coverage.sh
@@ -32,6 +32,10 @@ coverage()
parallelism=$(make -s cmd cmd='echo $(CHECK_PARALLELISM)'|tail -n 1)
case "$1" in
+ sw_docxexport)
+ # Writer DOCX export
+ coverage sw source/filter/ww8 'docx*' sw CppunitTest_sw_ooxmlexport
+ ;;
sw_rtfimport)
# Writer RTF import
coverage writerfilter source/rtftok '*' sw 'CppunitTest_sw_rtfimport CppunitTest_sw_rtfexport'
@@ -43,6 +47,7 @@ case "$1" in
*)
echo "Unknown code area. The currently supported ones are:"
echo
+ echo "sw_docxexport"
echo "sw_rtfexport"
echo "sw_rtfimport"
;;
More information about the Libreoffice-commits
mailing list