diff options
author | Thomas H.P. Andersen <phomes@gmail.com> | 2013-03-28 14:54:06 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-13 21:56:33 -0400 |
commit | 6aea6d10f460853111ca8744201ec8dade97de3c (patch) | |
tree | bc6581816af3727aa404a72b3636e012acfec7e6 /src/.gitignore | |
parent | 7aa4fa34f76b0d9b031f0a5ea941c7fa10cebbee (diff) | |
download | systemd-6aea6d10f460853111ca8744201ec8dade97de3c.tar.gz |
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. ]
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index afabb6a5d2..e6ac2d7b8a 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -4,3 +4,5 @@ load-fragment-gperf.gperf org.freedesktop.systemd1.policy.in org.freedesktop.systemd1.policy 99-systemd.rules +*.gcno +*.gcda |