summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJakub Sitnicki <jsitnicki@gmail.com>2015-01-11 15:07:22 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-01-11 19:32:43 +0100
commit7552030ef90004857b4535f835e19fe734b22a39 (patch)
tree8565c8684d90213d38888fed7f108ea24eb1dd4a /.gitignore
parentffe2106d4e556526119b89eedb62047fd8eab7de (diff)
build: add code coverage support
Build all targets, except for CLI tools (mmcli, uml290), with special flags needed for collecting code coverage information when the build has been configured with --enable-code-coverage. Three new targets are available in the top build directory: - `check-code-coverage' runs the test suite and generates a code coverage report, - `code-coverage-capture' generates a code coverage report from already collected data, which can come in handy when one wants to see code paths touched by a particular test, - `code-coverage-clean' removes the collected coverage data and the generated reports.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5888e9d9..2ce4de06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,8 @@ gtk-doc.make
*.lo
*.la
*.loT
+*.gcno
+*.gcda
libtool
.deps
.libs
@@ -165,3 +167,6 @@ plugins/test-service-*
TAGS
ABOUT-NLS
+
+ModemManager-*-coverage.info
+ModemManager-*-coverage/