1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-16 08:38:24 +02:00

Integrate lcov/gcov into Libav

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/
This commit is contained in:
Reinhard Tartler
2013-03-23 08:17:24 +01:00
parent 52cd84d4d4
commit a862c7d336
6 changed files with 49 additions and 2 deletions
+4
View File
@@ -5,6 +5,8 @@
*.dll
*.exe
*.exp
*.gcda
*.gcno
*.h.c
*.ilk
*.lib
@@ -22,6 +24,7 @@
/avprobe
/avserver
/config.*
/coverage.info
/version.h
/doc/*.1
/doc/*.html
@@ -30,6 +33,7 @@
/doc/avoptions_format.texi
/doc/doxy/html/
/doc/print_options
/lcov/
/libavcodec/*_tablegen
/libavcodec/*_tables.c
/libavcodec/*_tables.h