From a862c7d3368241e72a465ab944afa38ea62a6640 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sat, 23 Mar 2013 08:17:24 +0100 Subject: 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/ --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51947fa34a..42ef8b08e5 100644 --- a/Makefile +++ b/Makefile @@ -188,6 +188,7 @@ clean:: $(RM) $(ALLPROGS) $(RM) $(CLEANSUFFIXES) $(RM) $(CLEANSUFFIXES:%=tools/%) + $(RM) -rf coverage.info lcov distclean:: $(RM) $(DISTCLEANSUFFIXES) -- cgit v1.2.3