tests: remove duplicate names for the libraries tests

According to the comment in #20008 I found out that some test cases
for different tests have same names.
To get rid of it, I decided to change test cases names.

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
This commit is contained in:
Maksim Masalski 2019-10-24 13:57:30 +08:00 committed by Anas Nashif
commit b2bf7e76d0
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
tests:
libraries.libc.minimal:
libraries.libc.minimal.mem_alloc:
extra_args: CONF_FILE=prj.conf
arch_exclude: posix
platform_exclude: twr_ke18f

View file

@ -1,4 +1,4 @@
tests:
libraries.libc:
libraries.libc.sprintf:
filter: not CONFIG_SOC_MCIMX7_M4
tags: libc