haltests: Add hal-common-haltests skeleton code 04/252804/5
authorSeungha Son <seungha.son@samsung.com>
Tue, 2 Feb 2021 10:22:20 +0000 (19:22 +0900)
committerSeungha Son <seungha.son@samsung.com>
Tue, 9 Feb 2021 04:31:54 +0000 (13:31 +0900)
commit7f21e36eb324e60720238382a3189459b227d707
treefbd3d285c2a1ca7546c71e13523bb049cb76106e
parent3ad8a3c3bb70302c4bcff37b3c64ba5f83661335
haltests: Add hal-common-haltests skeleton code

 This is a commit to separate hal-common-haltests
 and uniittests for testing in the target.

 After the commit is applied, unittest is verified
 at gbs build time. The hal-common-haltest verifies
 the function running on the target and is packaged
 in rpm to generate the result.

Change-Id: I6d298e4940370188c8890b4331e7fa952a20fd1b
Signed-off-by: Seungha Son <seungha.son@samsung.com>
CMakeLists.txt
packaging/hal-api-common.spec
tests/CMakeLists.txt [new file with mode: 0644]
tests/haltests/CMakeLists.txt [new file with mode: 0644]
tests/haltests/test_hal.cc [new file with mode: 0644]
tests/haltests/test_main.cc [moved from haltests/src/test_main.cc with 100% similarity]
tests/unittest/CMakeLists.txt [moved from haltests/CMakeLists.txt with 88% similarity]
tests/unittest/test_hal.cc [moved from haltests/src/test_hal.cc with 99% similarity]
tests/unittest/test_main.cc [new file with mode: 0644]