From e9dc495e5562d273433e261dfadf2d95afbea565 Mon Sep 17 00:00:00 2001 From: Fabian Blatz Date: Sat, 6 Apr 2024 20:39:52 +0200 Subject: [PATCH] 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 --- tests/lib/gui/lvgl/testcase.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/lib/gui/lvgl/testcase.yaml b/tests/lib/gui/lvgl/testcase.yaml index 5cc8e9e1d76..ab4b6be5315 100644 --- a/tests/lib/gui/lvgl/testcase.yaml +++ b/tests/lib/gui/lvgl/testcase.yaml @@ -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