Add gcov test coverage suppport
This commit is contained in:
parent
077821fc3f
commit
65d2bd32b1
5 changed files with 42 additions and 7 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
*.o
|
||||
*.so
|
||||
*.gcda
|
||||
*.gcno
|
||||
lcov.info
|
||||
lcov_html
|
||||
Loading…
Add table
Add a link
Reference in a new issue