tests: newlib: thread_safety: Disable minimum newlib heap size check
This commit disables the "minimum required newlib heap size" check for the newlib thread safety tests since they do not make use of any newlib functions that require large heap. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
47670d1ba6
commit
fa7959c197
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
CONFIG_ZTEST=y
|
CONFIG_ZTEST=y
|
||||||
CONFIG_NEWLIB_LIBC=y
|
CONFIG_NEWLIB_LIBC=y
|
||||||
CONFIG_NEWLIB_LIBC_NANO=n
|
CONFIG_NEWLIB_LIBC_NANO=n
|
||||||
|
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=0
|
||||||
CONFIG_TIMESLICE_SIZE=1
|
CONFIG_TIMESLICE_SIZE=1
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
CONFIG_ZTEST=y
|
CONFIG_ZTEST=y
|
||||||
CONFIG_NEWLIB_LIBC=y
|
CONFIG_NEWLIB_LIBC=y
|
||||||
CONFIG_NEWLIB_LIBC_NANO=n
|
CONFIG_NEWLIB_LIBC_NANO=n
|
||||||
|
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=0
|
||||||
CONFIG_TIMESLICE_SIZE=1
|
CONFIG_TIMESLICE_SIZE=1
|
||||||
|
|
||||||
CONFIG_TEST_USERSPACE=y
|
CONFIG_TEST_USERSPACE=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue