Commit 3e4c5471 authored by Anas Nashif's avatar Anas Nashif Committed by Carles Cufi
Browse files

tests: mem_alloc: move to new ztest API



Move to new ztest API.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 9e101eec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
CONFIG_ZTEST=y
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=2048
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST_NEW_API=y
+1 −0
Original line number Diff line number Diff line
CONFIG_ZTEST=y
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=0
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST_NEW_API=y
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ CONFIG_ZTEST=y
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=8192
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST_NEW_API=y
+1 −0
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@ CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_NANO=y
CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=2048
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST_NEW_API=y
+1 −0
Original line number Diff line number Diff line
CONFIG_ZTEST=y
CONFIG_PICOLIBC=y
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST_NEW_API=y
Loading