tests: lib: c_lib testcase running with 32KB min ram

Limit the testcase to targets with more than 32KB RAM
Because of the CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE 8192,
the RAM used by the testcase on a too small target might fail
at runtime. For example on a nucleo_l073rz target:
    RAM:       15292 B        20 KB     74.67%

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2023-07-18 15:36:53 +02:00 committed by Chris Friedt
parent 13a6c45452
commit 256b0c5bfb

View file

@ -16,6 +16,7 @@ tests:
- CONFIG_PICOLIBC=y
libraries.libc.newlib:
filter: CONFIG_NEWLIB_LIBC_SUPPORTED
min_ram: 32
tags: newlib
ignore_faults: true
extra_configs: