add unit tests 31/276331/6
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 15 Jun 2022 01:35:07 +0000 (10:35 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Wed, 15 Jun 2022 04:55:31 +0000 (13:55 +0900)
commit818ed8dd01677a7d9485f7aa991d6ccf1d790785
tree2a0e1ed9e965879acf2e31c41526984e00629d32
parentaf9e69f62825b9737f826115249fd8cd39bf6962
add unit tests

add unit tests for checking voice control elementary API which in voice_control_elm.h
add run-unittest script in spec file following guide for running unit test.

Change-Id: I5084336d45c4592abc84938ad1e129ddc904b127
CMakeLists.txt
packaging/voice-control-elm.spec
tests/CMakeLists.txt [new file with mode: 0644]
tests/org.tizen.vc-elm-unittests.manifest [new file with mode: 0644]
tests/org.tizen.vc-elm-unittests.xml [new file with mode: 0644]
tests/src/cynara_mock.cpp [new file with mode: 0644]
tests/src/cynara_mock.h [new file with mode: 0644]
tests/src/main.cpp [new file with mode: 0644]
tests/src/system_info_mock.cpp [new file with mode: 0644]
tests/src/system_info_mock.h [new file with mode: 0644]
tests/src/vc_elm_unittests.cpp [new file with mode: 0644]