Changes between Version 3 and Version 4 of FATE/TestingCoverage
- Timestamp:
- Mar 22, 2014, 6:57:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FATE/TestingCoverage
v3 v4 18 18 sudo apt-get install gcov python-setuptools 19 19 sudo easy_install gcovr 20 }}} 21 22 {{{ 23 #!div style="border: 1pt dotted; margin: 1em; background-color: #fffff9;" 24 '''Warning''': `gcovr` seems to have a bug that hangs when generating output for a large project like FFmpeg. See [https://software.sandia.gov/trac/fast/ticket/3935] and [https://github.com/gcovr/gcovr/issues/11]. Although it says "fixed", the issue is still reproducible with `gcovr` 3.1. 20 25 }}} 21 26
