tests: lib: gui: lvgl: Add testcase for OSAL implementation

This patch adds a testcase adding the OSAL to ensure the implementation is
built during CI.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
Fabian Blatz 2024-04-06 20:39:52 +02:00 committed by Benjamin Cabé
parent 9a4ae67f7b
commit e9dc495e55

View file

@ -80,3 +80,15 @@ tests:
- EXTRA_CONF_FILE=prj_blk.conf
tags:
- shield
libraries.gui.lvgl.osal:
extra_configs:
- CONFIG_LV_Z_USE_OSAL=y
- CONFIG_DYNAMIC_THREAD=y
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=4
- CONFIG_DYNAMIC_THREAD_ALLOC=y
platform_allow:
- native_posix/native/64
- native_sim/native/64
- native_sim
integration_platforms:
- native_sim