Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4f92c18ebf5b639b109b9a2a92c4fa38744b4a31
/
.
/
tests
/
kernel
/
errno
/
testcase.ini
blob: 0e582453cdd0c503635391d25c18f586c1931e99 [
file
] [
log
] [
blame
]
[
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
)