Skip to content

Commit b0585be

Browse files
keith-packardnashif
authored andcommitted
tests/kernel/common: Add an explicit test using the minimal C library
When the default C library is switched to picolibc, we need some tests to make sure things still build with the minimal C library. Signed-off-by: Keith Packard <[email protected]>
1 parent 556fca4 commit b0585be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/kernel/common/testcase.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ tests:
2222
- native_posix
2323
extra_configs:
2424
- CONFIG_MISRA_SANE=y
25+
kernel.common.minimallibc:
26+
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
27+
tags: libc
28+
extra_configs:
29+
- CONFIG_MINIMAL_LIBC=y
2530
kernel.common.nano32:
2631
filter: not CONFIG_KERNEL_COHERENCE
2732
extra_configs:

0 commit comments

Comments
 (0)