tests: Move test code into tests directory and redefine the test role 71/276571/4
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 17 Jun 2022 09:03:11 +0000 (18:03 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 23 Jun 2022 06:08:11 +0000 (15:08 +0900)
commit0c15611cbf696b7fb212e8f37a97b6b35dcb10d4
tree57fe3594b817bba3391e5606a5de3defdecb865c
parentb9f08a7f088b274b8018d7ac34b2f74a45dcad9e
tests: Move test code into tests directory and redefine the test role

 Move test code into tests directory and redefine the test role as
 following because unittest will be added for each module.
- intergraion test : Test the public interface of PASS daemon
- haltest : Test the HAL interface of PASS daemon

Change-Id: Ief0d07b38491454dc0dbb06a268e5c56de31a886
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
packaging/pass.spec
tests/haltest/CMakeLists.txt [moved from unittest/CMakeLists.txt with 73% similarity]
tests/haltest/power-haltests.cpp [moved from unittest/power-haltests.cpp with 100% similarity]
tests/integration-test/CMakeLists.txt [new file with mode: 0644]
tests/integration-test/pass-tests.cpp [moved from unittest/pass-unittests.cpp with 100% similarity]