tests/mem_alloc: Let picolibc pick a malloc heap size
Now that picolibc's malloc arena configuration always allocates some space, we don't need explicit allocations for tests. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
2263708c73
commit
a6119925c8
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_PICOLIBC=y
|
||||
CONFIG_PICOLIBC_ALIGNED_HEAP_SIZE=8192
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
|
|
Loading…
Reference in a new issue