On Sat, Mar 23, 2013 at 08:41:53AM +0100, Reinhard Tartler wrote:
> The gcov/lcov are a common toolchain for visualizing code coverage with
> the GNU/Toolchain. The documentation and implementation of this
> integration was heavily inspired from the blog entry by Mike Melanson:
> http://multimedia.cx/eggs/using-lcov-with-ffmpeg/
> ---
> .gitignore | 4 ++++
> Makefile | 1 +
> common.mak | 2 +-
> configure | 4 ++++
> doc/developer.texi | 22 ++++++++++++++++++++++
> tests/Makefile | 9 ++++++++-
> 6 files changed, 40 insertions(+), 2 deletions(-)
>
> This update includes missing cleanups that have been pointed out on IRC.
Does this work when building out of tree?
> --- a/doc/developer.texi
> +++ b/doc/developer.texi
> @@ -550,6 +550,28 @@ why the expected result changed.
> +
> +@enumerate
> +@item
> + Configure to compile with instrumentation enabled:
> + @code{configure --toolchain=gcov}.
> +@item
> + Run your test case, either manually or via FATE.
> +@item
> + Run @code{make lcov} to generate coverage data in HTML format
.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel