Add unit test code coverage (gcov) make target 63/3663/8
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Mon, 11 May 2020 08:48:39 +0000 (11:48 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 13 May 2020 09:55:35 +0000 (12:55 +0300)
commit931b2b0f50e4446a705d2238274914f78b681b6d
tree0e9c2edd7930dd2deaf94a45e55798ca7baa9272
parent91a224f190867869d2d0b14a5f96e44a0593e682
Add unit test code coverage (gcov) make target

Add autotool configure option to enable coverage analysis
and to specify location of coverage result (*.gcov) files:
  configure --with-gcov-report-dir=DIR

Add a new make target to run unit test and collect code coverage
analysis reports (*.gcov):
  make test_gcov

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I40edf53ad4abe599a86e963326b338d27f3c002f
.gitignore
Makefile.am
README.md
configure.ac
debian/changelog.in
docs/developer-guide.rst
docs/release-notes.rst
rpm/sdl.spec.in