build: Add coverage support using lcov
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 19 Jun 2012 13:43:40 +0000 (14:43 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 19 Jun 2012 13:55:10 +0000 (14:55 +0100)
commit5eb3fbf3cf89950d43d495fcd8e89d93731e8869
tree87d2d1bf3019a757c8a382d5046d68a8b3aae3ec
parentc4acae7752b2c8c95a03b324dbf40dd5007cafbf
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
Makefile.am
configure.ac