Added test coverage result generation 16/14116/1 accepted/tizen/ivi/20131223.212935 accepted/tizen/mobile/20131223.184305 submit/tizen/20131223.140056
authorImran Zaman <imran.zaman@intel.com>
Mon, 23 Dec 2013 13:37:35 +0000 (15:37 +0200)
committerImran Zaman <imran.zaman@intel.com>
Mon, 23 Dec 2013 13:38:51 +0000 (15:38 +0200)
commitc178bf4d15053377e226efb16d424fbd6fc159c5
tree44e8fd541dbadb864f04f727e41f295c9dd39d45
parentc821ec6bbf44d1875d8162db8733d0f20cace507
Added test coverage result generation

- added test cases for error and dictionary objects
- utilized dictionary functions for get/set key-value pairs
- clean up generated coverage files on make clean
- enable tests by default if coverage is enabled
- exclude external and generated dbus files from code coverage calculation

Change-Id: Iabcd6f179298301dccc830e6f36ea2aa5e416a8f
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
33 files changed:
.gitignore
Makefile.am
Makefile.in
configure
configure.ac
dists/rpm/gum-suse.spec
dists/rpm/tizen/packaging/gumd.changes
docs/html/GumConfig.html
docs/html/GumDisposable.html
docs/html/ch01.html
docs/html/ch02.html
docs/html/ch03.html
docs/html/ch04.html
docs/html/ch05.html
docs/html/gumd-examples.html
docs/html/um-intro.html
examples/Makefile.am
examples/Makefile.in
src/common/Makefile.am
src/common/Makefile.in
src/common/gum-config.c
src/daemon/Makefile.am
src/daemon/Makefile.in
src/lib/Makefile.am
src/lib/Makefile.in
test/Makefile.am
test/common/Makefile.am
test/common/Makefile.in
test/common/commontest.c
test/daemon/Makefile.am
test/daemon/Makefile.in
test/lib/Makefile.am
test/lib/Makefile.in