Add unit tests for VC manager APIs 04/284104/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 7 Nov 2022 10:42:05 +0000 (19:42 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 28 Dec 2022 08:07:20 +0000 (08:07 +0000)
commit9354dc71d6108accc4e8131b23926eb5c5f87cbe
tree27c1f953e70099dd912843093fa61e416b48bfc3
parent5218be36bc9400551786111b038c2d8af8c1e4e1
Add unit tests for VC manager APIs

- Requirements:
VC manager APIs need to get test case for validation when it has to be
changed.

- Contents:
This patch adds new unit test cases for VC manager APIs. VC manager
provides only for platform certificated APIs, so it does not need to UTC
or ITC for release process. Thus, those APIs are not validated by any
test now. Through this patch, developers can validate the APIs if they
want it.

Change-Id: Iaffd992010954e330f6a0312e553e9ad04543108
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
packaging/voice-control.spec
tests/CMakeLists.txt
tests/res/test_command.json [new file with mode: 0644]
tests/src/vc_mgr_unittests.cpp [new file with mode: 0644]