tests: unittest: Add pass-unittest skeleton for testing pass module 72/276572/4
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 20 Jun 2022 04:38:01 +0000 (13:38 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 23 Jun 2022 06:08:12 +0000 (15:08 +0900)
commita2b9e042d7c07281d4ecfd85add4995b3278fa97
tree97a490c94aff65fe8f054a4f103331c666faba28
parent0c15611cbf696b7fb212e8f37a97b6b35dcb10d4
tests: unittest: Add pass-unittest skeleton for testing pass module

PASS daemon contains the modules such as pass-parser, pass-hal,
pass-rescon, pass-resmon and son on. It requires the testing
on building time. In order to support the unittest of pass module,
add pass-unittest skeleton code.

Change-Id: Ie4c8637b4c0b5045b59eb3a92495f132aeb0c6e3
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
packaging/pass.spec
tests/unittest/CMakeLists.txt [new file with mode: 0644]
tests/unittest/pass-unittests.cc [new file with mode: 0644]