Added initial code for gtest 47/170247/9
authorAbhishek Sansanwal <abhishek.s94@samsung.com>
Thu, 15 Feb 2018 09:15:39 +0000 (14:45 +0530)
committersaerome.kim <saerome.kim@samsung.com>
Fri, 23 Feb 2018 07:02:28 +0000 (16:02 +0900)
commitb4bacff9ece76ba19bed1508a61e69bc65c9c5db
tree89802b56704969111cce9624ade5953d7024cc54
parent635198ed76339ac68309a41e2860b5c4757389ae
Added initial code for gtest

- Without Wi-Fi Mesh feature
 Overall coverage rate:
 lines......: 80.5% (1213 of 1506 lines)
 functions..: 84.0% (121 of 144 functions)

- Without Wi-Fi Mesh feature but without Wi-Fi chip
 Overall coverage rate:
 lines......: 85.6% (1327 of 1551 lines)
 functions..: 91.1% (133 of 146 functions)

- With Wi-Fi Mesh feature and without peer nodes
 Overall coverage rate:
 lines......: 94.9% (1472 of 1551 lines)
 functions..: 95.9% (140 of 146 functions)

- With Wi-Fi Mesh feature and with 1 more peer nodes
 Overall coverage rate:
 lines......: 97.1% (1506 of 1551 lines)
 functions..: 98.6% (144 of 146 functions)

Change-Id: I17efc29c1933a015b418b7cb47b5afd3ad3ba431
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Signed-off-by: Kshitiz <kshitiz.b@samsung.com>
24 files changed:
CMakeLists.txt
files/wmesh.sh.in [changed mode: 0755->0644]
include/wmesh-util.h
introspection/gen.sh [changed mode: 0755->0644]
packaging/wifi-mesh-manager.spec
src/wmesh-bridge.c
src/wmesh-gdbus.c [changed mode: 0755->0644]
src/wmesh-interface.c
src/wmesh-netlink.c
src/wmesh-peer-monitor.c
src/wmesh-request.c
src/wmesh-service-interface.c
src/wmesh-service.c
src/wmesh-softap.c
src/wmeshd.c
unittest/CMakeLists.txt [new file with mode: 0644]
unittest/gdbus.cpp [new file with mode: 0644]
unittest/gdbus.h [new file with mode: 0644]
unittest/manager.cpp [new file with mode: 0644]
unittest/manager.h [new file with mode: 0644]
unittest/unittest.cpp [new file with mode: 0644]
unittest/wmesh.cpp [new file with mode: 0644]
unittest/wmesh.h [new file with mode: 0644]
unittest/wmeshmgr.h [new file with mode: 0644]