tests: lib: mem_alloc: Fix test names

This commit fixes the ambiguous test names used by the `mem_alloc`
test.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2021-05-13 01:12:27 +09:00 committed by Kumar Gala
commit 09a85ff84b

View file

@ -4,14 +4,14 @@ tests:
arch_exclude: posix
platform_exclude: twr_ke18f native_posix_64 nrf52_bsim
tags: clib minimal_libc userspace
libraries.libc.newlib:
libraries.libc.newlib.mem_alloc:
min_ram: 16
extra_args: CONF_FILE=prj_newlib.conf
arch_exclude: posix
platform_exclude: twr_ke18f native_posix_64 nrf52_bsim
filter: TOOLCHAIN_HAS_NEWLIB == 1
tags: clib newlib userspace
libraries.libc.newlibnano:
libraries.libc.newlib_nano.mem_alloc:
extra_args: CONF_FILE=prj_newlibnano.conf
filter: CONFIG_HAS_NEWLIB_LIBC_NANO
tags: clib newlib userspace