tests: mem_alloc: don't set main thread size
This test uses ztest, there is no need to set this and it was breaking builds with CONFIG_COVERAGE=y Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
3b3844a921
commit
6d3566a0b8
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=512
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_NEWLIB_LIBC_NANO=y
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue