Skip to content

Commit f79eaba

Browse files
keith-packardcarlescufi
authored andcommitted
tests/kernel: Run common tests using picolibc
This runs the existing kernel common tests using picolibc as some of those depend on libc functionality. Signed-off-by: Keith Packard <[email protected]>
1 parent 0984aed commit f79eaba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/kernel/common/testcase.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ tests:
2626
extra_configs:
2727
- CONFIG_CBPRINTF_NANO=y
2828
- CONFIG_CBPRINTF_FULL_INTEGRAL=y
29+
kernel.common.picolibc:
30+
filter: CONFIG_PICOLIBC_SUPPORTED
31+
tags: picolibc
32+
extra_configs:
33+
- CONFIG_PICOLIBC=y
34+
- CONFIG_PICOLIBC_ALIGNED_HEAP_SIZE=8192

0 commit comments

Comments
 (0)