Skip to content

Commit fd095c3

Browse files
aescolarfabiobaltieri
authored andcommitted
tests/lib/gui/lvgl: Enable for native_sim
Enable this test which runs in native_posix_64 in native_sim(_64), and set default test platform to native_sim. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent b51f0ee commit fd095c3

File tree

1 file changed

+11
-29
lines changed

1 file changed

+11
-29
lines changed

tests/lib/gui/lvgl/testcase.yaml

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,36 @@
1+
common:
2+
tags:
3+
- display
4+
- gui
5+
platform_allow:
6+
- native_posix_64
7+
- native_sim_64
8+
- native_sim
9+
integration_platforms:
10+
- native_sim
111
tests:
2-
libraries.gui.lvgl:
3-
tags:
4-
- display
5-
- gui
6-
platform_allow: native_posix_64
12+
libraries.gui.lvgl: {}
713
libraries.gui.lvgl.dynamic.heap.libc:
814
filter: CONFIG_FULL_LIBC_SUPPORTED
9-
tags:
10-
- display
11-
- gui
12-
platform_allow: native_posix_64
1315
extra_configs:
1416
- CONFIG_REQUIRES_FULL_LIBC=y
1517
- CONFIG_LV_Z_BUFFER_ALLOC_DYNAMIC=y
1618
- CONFIG_LV_Z_MEM_POOL_HEAP_LIB_C=y
1719
libraries.gui.lvgl.dynamic.pool.sys_heap:
18-
tags:
19-
- display
20-
- gui
21-
platform_allow: native_posix_64
2220
extra_configs:
2321
- CONFIG_LV_Z_BUFFER_ALLOC_DYNAMIC=y
2422
- CONFIG_LV_Z_MEM_POOL_SYS_HEAP=y
2523
- CONFIG_LV_Z_MEM_POOL_SIZE=98304
2624
libraries.gui.lvgl.16bit:
27-
tags:
28-
- display
29-
- gui
30-
platform_allow: native_posix_64
3125
extra_configs:
3226
- CONFIG_LV_COLOR_DEPTH_16=y
3327
libraries.gui.lvgl.8bit:
34-
tags:
35-
- display
36-
- gui
37-
platform_allow: native_posix_64
3828
extra_configs:
3929
- CONFIG_LV_COLOR_DEPTH_8=y
4030
libraries.gui.lvgl.mono:
41-
tags:
42-
- display
43-
- gui
44-
platform_allow: native_posix_64
4531
extra_configs:
4632
- CONFIG_LV_COLOR_DEPTH_1=y
4733
libraries.gui.lvgl.16bit.swap:
48-
tags:
49-
- display
50-
- gui
51-
platform_allow: native_posix_64
5234
extra_configs:
5335
- CONFIG_LV_COLOR_DEPTH_16=y
5436
- CONFIG_LV_COLOR_16_SWAP=y

0 commit comments

Comments
 (0)