auto-test: check feature using system-info library 79/270479/1
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 3 Feb 2022 07:25:20 +0000 (16:25 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 3 Feb 2022 07:30:24 +0000 (16:30 +0900)
commit72af31622002613274e134f23b919fc82bc6e956
tree2ce099b310061a673adcbdfd1000f514e0214cec
parentda821cc39e8002408955587260de1af8b9082a88
auto-test: check feature using system-info library

Previously, the uniitest is conducted based on statically defined
configuration file, auto-test.conf. Replace it to system-info API,
which fetches feature on runtime. Therefore it is able to find feature
on various target without defining one by one in advance whether a test
can be deserved.

Change-Id: Iaf445edc4c566517c37106dd00c67c42cd7f813a
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
14 files changed:
packaging/deviced.spec
tests/auto-test/CMakeLists.txt
tests/auto-test/auto-test.conf [deleted file]
tests/auto-test/battery-monitor-test.c
tests/auto-test/battery.c
tests/auto-test/config.c [deleted file]
tests/auto-test/config.h [deleted file]
tests/auto-test/display.c
tests/auto-test/ir.c
tests/auto-test/led.c
tests/auto-test/main.c
tests/auto-test/test.c
tests/auto-test/test.h
tests/auto-test/touchscreen.c