From 6a56b171b6c4a8bdc3db47ce5b9627db68ac468b Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 11 Dec 2013 11:01:25 +0200 Subject: build: Add coverage support Coverage is enabled with --enable-maintainer-mode, 2 new targets are added 'coverage' and 'clean-coverage', the first generate the reports using lcov and depend on the second to cleanup previous generated reports and .gcda files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 484f41f39..a0c93898b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ *.lo *.la *.so +*.gcno +*.gcda .deps .libs .dirstamp @@ -27,7 +29,9 @@ stamp-h1 autom4te.cache test-driver test-suite.log +coverage.info +coverage lib/bluez.pc lib/bluetooth src/builtin.h -- cgit v1.2.1