From 6aea6d10f460853111ca8744201ec8dade97de3c Mon Sep 17 00:00:00 2001 From: "Thomas H.P. Andersen" Date: Thu, 28 Mar 2013 14:54:06 +0100 Subject: 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. ] --- src/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/.gitignore') 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 -- cgit v1.2.3-54-g00ecf