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:
parent
6882d97531
commit
b2bf7e76d0
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
libraries.libc.minimal:
|
libraries.libc.minimal.mem_alloc:
|
||||||
extra_args: CONF_FILE=prj.conf
|
extra_args: CONF_FILE=prj.conf
|
||||||
arch_exclude: posix
|
arch_exclude: posix
|
||||||
platform_exclude: twr_ke18f
|
platform_exclude: twr_ke18f
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
libraries.libc:
|
libraries.libc.sprintf:
|
||||||
filter: not CONFIG_SOC_MCIMX7_M4
|
filter: not CONFIG_SOC_MCIMX7_M4
|
||||||
tags: libc
|
tags: libc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue