summaryrefslogtreecommitdiff
path: root/macros/mate-code-coverage.m4
AgeCommit message (Collapse)AuthorFilesLines
2015-10-20code-coverage: Support lcov 1.12monsta1-1/+1
2014-12-02code-coverage: Support lcov 1.11infirit1-1/+1
2014-01-03Add code coverage supportinfirit1-0/+165
Add a MATE_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. Adapted for use in MATE by Sander Sweers. See GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=493d55921f26ac3a9a3b7cc33756c88daace329e And follow up commits: https://git.gnome.org/browse/gnome-common/log/macros2/gnome-code-coverage.m4