[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make coverage
From: |
Tim Rühsen |
Subject: |
make coverage |
Date: |
Wed, 17 May 2017 16:39:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
Hi,
'make coverage' fails here due to two tests failing, thus no coverage
report is created.
Here is a patch to fix this by skipping those tests.
I couldn't find a better solution.
There still is
Processing file gllib/gllib/unicase/special-casing-table.gperf
genhtml: ERROR: cannot read
/usr/oms/src/testdir1/gllib/gllib/unicase/special-casing-table.gperf
maint.mk:1500: recipe for target 'gen-coverage' failed
(Maybe this is because I still use gperf 3.0.4 !?)
Fixable with
$ lcov --remove doc/coverage/dummy.info '*gllib/gllib/*' -o
doc/coverage/dummy.info
$ make gen-coverage
With Best Regards, Tim
0001-Add-DCOVERAGE_BUILD-for-make-coverage-building.patch
Description: Text Data
signature.asc
Description: OpenPGP digital signature
- make coverage,
Tim Rühsen <=
- Re: make coverage, Bruno Haible, 2017/05/17
- Re: make coverage, Tim Rühsen, 2017/05/18
- Re: make coverage, Tim Rühsen, 2017/05/18
- Re: make coverage, Bruno Haible, 2017/05/18
- Re: make coverage, Tim Rühsen, 2017/05/18
- Re: make coverage, Bruno Haible, 2017/05/18
- Re: make coverage, Tim Rühsen, 2017/05/19
- Re: make coverage, Bruno Haible, 2017/05/19
Re: make coverage, Bruno Haible, 2017/05/18