Skip to content

Commit fa7959c

Browse files
stephanosionashif
authored andcommitted
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 <[email protected]>
1 parent 47670d1 commit fa7959c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CONFIG_ZTEST=y
22
CONFIG_NEWLIB_LIBC=y
33
CONFIG_NEWLIB_LIBC_NANO=n
4+
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=0
45
CONFIG_TIMESLICE_SIZE=1

tests/lib/newlib/thread_safety/prj_userspace.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CONFIG_ZTEST=y
22
CONFIG_NEWLIB_LIBC=y
33
CONFIG_NEWLIB_LIBC_NANO=n
4+
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=0
45
CONFIG_TIMESLICE_SIZE=1
56

67
CONFIG_TEST_USERSPACE=y

0 commit comments

Comments
 (0)