configure: Add a code coverage option

Configure with:
  ./configure --enable-code-coverage
Show coverage output with:
  make && make check && make code-coverage-capture

It does not take into account tests run under docker.
This commit is contained in:
Nikos Mavrogiannopoulos
2016-04-16 10:27:24 +02:00
parent b088d2df73
commit 795730a681
9 changed files with 249 additions and 13 deletions

2
.gitignore vendored
View File

@@ -3,6 +3,8 @@ ocserv*.tar.xz*
*~
*.log
*.trs
*.gcda
*.gcno
ocserv
configure
autom4te.cache