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:
parent
9c0efe1adf
commit
e7fe10b1c7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue