Added because previously, Zephyr used API incompatible with Newlib for errno handling. Even with Newlib compatibility changes, we override the function which is defined in Zephyr SDK libc.a, so makes sense to ensure thsi works as expected. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
13 lines
425 B
INI
13 lines
425 B
INI
[test]
|
|
tags = core
|
|
# Make sure it has enough memory
|
|
filter = not ((CONFIG_DEBUG or CONFIG_ASSERT)) and ( CONFIG_SRAM_SIZE >= 32
|
|
or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE >= 32)
|
|
|
|
[test_newlib]
|
|
tags = core
|
|
extra_args = CONF_FILE=prj_newlib.conf
|
|
# Make sure it has enough memory
|
|
filter = not ((CONFIG_DEBUG or CONFIG_ASSERT)) and ( CONFIG_SRAM_SIZE >= 32
|
|
or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE >= 32)
|