Skip to content

Commit f130a06

Browse files
committed
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 <[email protected]>
1 parent 8292989 commit f130a06

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/lib/gui/lvgl/testcase.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,15 @@ tests:
8080
- EXTRA_CONF_FILE=prj_blk.conf
8181
tags:
8282
- shield
83+
libraries.gui.lvgl.osal:
84+
extra_configs:
85+
- CONFIG_LV_Z_USE_OSAL=y
86+
- CONFIG_DYNAMIC_THREAD=y
87+
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=4
88+
- CONFIG_DYNAMIC_THREAD_ALLOC=y
89+
platform_allow:
90+
- native_posix/native/64
91+
- native_sim/native/64
92+
- native_sim
93+
integration_platforms:
94+
- native_sim

0 commit comments

Comments
 (0)