tests: lib: use meaningful test names
Use proper test names instead of relying on path name where the test is located. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
84d14e823b
commit
4192a24f8c
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
tests:
|
tests:
|
||||||
lib.c_lib:
|
libraries.libc:
|
||||||
tags: clib
|
tags: clib
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
test:
|
libraries.encoding:
|
||||||
filter: not CONFIG_NEWLIB_LIBC
|
filter: not CONFIG_NEWLIB_LIBC
|
||||||
tags: json
|
tags: json
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.sprintf:
|
libraries.libc:
|
||||||
tags: core
|
tags: core
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue