Adding initial structure for unittest 75/193375/5 accepted/tizen/unified/20181127.073302 submit/tizen/20181126.011146
authorjiyong.min <jiyong.min@samsung.com>
Tue, 20 Nov 2018 02:50:19 +0000 (11:50 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Mon, 26 Nov 2018 00:15:37 +0000 (09:15 +0900)
commit1fdd741aecaea31a72489f4e046c09b8607e29f9
treec5f4bfb77a8a55cc21ec216a094476e250476705
parent2529a817d9646147af1c96a4f7c87872adc3abbd
Adding initial structure for unittest

- It has testcases for dcm-face library of unittest
- It would be enabled by gtest build with '--define "gtests 1"'

Change-Id: Ie0b7f098391e2153034311ebd245d2ec2e6f6b4a
CMakeLists.txt [changed mode: 0755->0644]
include/dcm_svc_debug.h
packaging/dcm-service.spec [changed mode: 0755->0644]
unittest/CMakeLists.txt [new file with mode: 0644]
unittest/DcmFaceUnittest.cpp [new file with mode: 0644]
unittest/DcmFaceUnittest.h [new file with mode: 0644]
unittest/dcm-service-unittest.jpg [new file with mode: 0644]
unittest/dcm_service_unittest.cpp [new file with mode: 0644]
unittest/dcm_service_unittest.h [new file with mode: 0644]