Scheduling lcov code coverage script

Norbert Thiebaud nthiebaud at gmail.com
Wed Dec 10 01:40:17 PST 2014


On Wed, Dec 10, 2014 at 2:29 AM, Maarten Hoes <hoes.maarten at gmail.com> wrote:
> No, of course not, I guess. But the alternative to using all the internal
> libraries, is installing all required libraries in the right versions
> required on the system, and then doing --with-system-foo for all of them.

that is a trade-off between a generaly usefull script and a tuned for
a dedicated tb one
my changes (that I have not upstreamed yet.. as I'm still testing  -
very long build on that box)
were mostly to simplify the invocation
I added a -f option
that do the build the before, run make check and run the after all in one call
and all the directory have default values:

SRC_DIR = $(pwd)
BUILD=SRC
HTML=BUILD/workdir/lcov/html
TESTDATA=BUILD/workdir/lcov/data

in the end I should be able to just run

lcov-report.sh -f


More information about the LibreOffice mailing list