From b2bf7e76d044952a7fd58a62f3a9e1817232cd8e Mon Sep 17 00:00:00 2001 From: Maksim Masalski Date: Thu, 24 Oct 2019 13:57:30 +0800 Subject: [PATCH] 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 --- tests/lib/mem_alloc/testcase.yaml | 2 +- tests/lib/sprintf/testcase.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/mem_alloc/testcase.yaml b/tests/lib/mem_alloc/testcase.yaml index ad094595b7e..b754571a1f0 100644 --- a/tests/lib/mem_alloc/testcase.yaml +++ b/tests/lib/mem_alloc/testcase.yaml @@ -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 diff --git a/tests/lib/sprintf/testcase.yaml b/tests/lib/sprintf/testcase.yaml index 7457e0c1572..9afab71cbfb 100644 --- a/tests/lib/sprintf/testcase.yaml +++ b/tests/lib/sprintf/testcase.yaml @@ -1,4 +1,4 @@ tests: - libraries.libc: + libraries.libc.sprintf: filter: not CONFIG_SOC_MCIMX7_M4 tags: libc