Bug 606720 — Add code coverage support
authorPhilip Withnall <philip@tecnocode.co.uk>
Sun, 29 Jul 2012 15:58:21 +0000 (17:58 +0200)
committerPhilip Withnall <philip@tecnocode.co.uk>
Fri, 31 Aug 2012 22:43:17 +0000 (23:43 +0100)
commit493d55921f26ac3a9a3b7cc33756c88daace329e
treea6785d89a83cc9def778639f59d05145ec0a7e9d
parent4668cc8250c15119dc7bdbbf842da53f4fe478fe
Bug 606720 — Add code coverage support

Add a GNOME_CODE_COVERAGE m4 macro to allow projects to easily add code
coverage support using lcov.

This is heavily based on the code coverage tooling from GLib (LGPLv2.1+),
originally written by Patrick Hulin and modified by Matthias Clasen, Stef
Walter and Simon McVittie since.

Closes: https://bugzilla.gnome.org/show_bug.cgi?id=606720
macros2/Makefile.am
macros2/gnome-autogen.sh
macros2/gnome-code-coverage.m4 [new file with mode: 0644]