zephyr/tests/lib/mem_alloc/prj_picolibc.conf
Keith Packard a6119925c8 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>
2022-06-30 10:33:24 +02:00

4 lines
57 B
Plaintext

CONFIG_ZTEST=y
CONFIG_PICOLIBC=y
CONFIG_TEST_USERSPACE=y