diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-01-07 19:17:15 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-01-07 23:02:34 -0200 |
commit | e9b0d1b40e645fd583f090601f4ae2a7926888a1 (patch) | |
tree | c544ebab1591900a92366d7f709950ae041669ab /.gitignore | |
parent | 8ff7f008cd684ebe524c3ba649a613fe8b9faa65 (diff) | |
download | kmod-e9b0d1b40e645fd583f090601f4ae2a7926888a1.tar.gz kmod-e9b0d1b40e645fd583f090601f4ae2a7926888a1.tar.bz2 kmod-e9b0d1b40e645fd583f090601f4ae2a7926888a1.zip |
build-sys: integrate coverage report
Just pass --enable-coverage to configure and then "make coverage" to
have the coverage report at coverage dir.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,6 @@ *.o +*.gcda +*.gcno /*.tar.xz /*.md5sum .deps/ @@ -14,6 +16,7 @@ /config.log /config.status /configure +/coverage /libtool /stamp-h1 /test-suite.log |