zephyr/tests/lib/c_lib/testcase.yaml
Keith Packard 7da1fca3d4 tests/c_lib: Let picolibc pick a malloc heap size
Now that picolibc's malloc arena configuration always allocates
some space, we don't need explicit allocations for tests.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-06-30 10:33:24 +02:00

10 lines
259 B
YAML

tests:
libraries.libc:
tags: clib ignore_faults
platform_exclude: native_posix native_posix_64 nrf52_bsim
libraries.picolibc:
filter: CONFIG_PICOLIBC_SUPPORTED
tags: clib picolibc ignore_faults
extra_configs:
- CONFIG_PICOLIBC=y