Add new test cases to validate dynamic memory allocation functions such as malloc, calloc, realloc using minimal libc and newlibc implementation of standard C library. Signed-off-by: Praful Swarnakar <praful.swarnakar@intel.com>
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_MAIN_STACK_SIZE=1024
|