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>
10 lines
255 B
YAML
10 lines
255 B
YAML
tests:
|
|
libraries.libc.minimal:
|
|
extra_args: CONF_FILE=prj.conf
|
|
platform_exclude: native_posix
|
|
tags: clib minimal_libc
|
|
libraries.libc.newlib:
|
|
extra_args: CONF_FILE=prj_newlib.conf
|
|
platform_exclude: native_posix
|
|
tags: clib newlib
|