chiark / gitweb /
Add test coverage and generate report with lcov
authorThomas H.P. Andersen <phomes@gmail.com>
Thu, 28 Mar 2013 13:54:06 +0000 (14:54 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 14 Jul 2013 01:56:33 +0000 (21:56 -0400)
commit6aea6d10f460853111ca8744201ec8dade97de3c
treebc6581816af3727aa404a72b3636e012acfec7e6
parent7aa4fa34f76b0d9b031f0a5ea941c7fa10cebbee
Add test coverage and generate report with lcov

Enable coverage with --enable-coverage.
"make coverage" will create the report locally,
"make coverage-sync" will upload the report to
http://www.freedesktop.org/software/systemd/coverage/.

Requires lcov version 1.10 to handle naming in systemd and to
use the --no-external option.

[zj: make the coverage at least generate something with
     separate build dir, simplify rules a bit: all errors
     are mine. ]
.gitignore
Makefile.am
configure.ac
src/.gitignore