zephyr/tests/lib/newlib/thread_safety/testcase.yaml
Stephanos Ioannidis 6bc42ae309 tests: lib: Add newlib thread safety test
This commit adds a new test to verify the thread safety of the C
standard functions provided by newlib.

Only the memory management functions (malloc and free) are tested at
this time; this test will be further extended in the future, to verify
the thread safety and re-entrancy of all supported newlib functions.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2021-05-13 07:30:43 -05:00

14 lines
292 B
YAML

common:
filter: TOOLCHAIN_HAS_NEWLIB == 1
min_ram: 64
tags: clib newlib
tests:
libraries.libc.newlib.thread_safety:
slow: true
libraries.libc.newlib_nano.thread_safety:
slow: true
filter: CONFIG_HAS_NEWLIB_LIBC_NANO
extra_configs:
- CONFIG_NEWLIB_LIBC_NANO=y