test: lib: mem_alloc: enable user mode in newlibcnano test

libc.newlibcnano test-case shall run with user mode
enabled, similarly to the remainder of the test-cases
in the tests/lib/mem_alloc test-suite.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-11-15 12:23:59 +01:00 committed by Maureen Helm
commit e7fe10b1c7

View file

@ -1,3 +1,5 @@
CONFIG_ZTEST=y
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_NANO=y
CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=512
CONFIG_TEST_USERSPACE=y