diff options
author | Reinhard Tartler <siretart@tauware.de> | 2013-03-23 08:17:24 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-04-05 18:55:11 +0200 |
commit | a862c7d3368241e72a465ab944afa38ea62a6640 (patch) | |
tree | 8e1ef0f68082a2f27b56858e57e7bc4a9c3ce91b /common.mak | |
parent | 52cd84d4d4e335daf26eb8c8b60c2578b3341b91 (diff) | |
download | ffmpeg-a862c7d3368241e72a465ab944afa38ea62a6640.tar.gz |
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/
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak index d3c6b9f694..a1d9d1e502 100644 --- a/common.mak +++ b/common.mak @@ -51,7 +51,7 @@ $(TOOLOBJS): | tools OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(TESTOBJS)) -CLEANSUFFIXES = *.d *.o *~ *.h.c *.map *.ver +CLEANSUFFIXES = *.d *.o *~ *.h.c *.map *.ver *.gcno *.gcda DISTCLEANSUFFIXES = *.pc LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a |