From 5eb3fbf3cf89950d43d495fcd8e89d93731e8869 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 19 Jun 2012 14:43:40 +0100 Subject: build: Add coverage support using lcov Unlike gcov, lcov provides a nice HTML output that allows immediate visualization of the current coverage. The updates of the build system have been taken from GLib, which has been using lcov for a while with good results. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 55dab82a5..db70c63b7 100644 --- a/.gitignore +++ b/.gitignore @@ -23,12 +23,16 @@ stamp-marshal /clutter/gcov-report.txt /clutter/clutter-json.h /clutter/cex100/clutter-cex100.h +/clutter-lcov.info +/clutter-lcov /build/autotools/*.m4 !/build/autotools/introspection.m4 !/build/autotools/as-linguas.m4 !/build/autotools/as-compiler-flag.m4 *.gir *.typelib +*.gcda +*.gcno config.* configure depcomp -- cgit v1.2.1