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:
Anas Nashif 2018-02-17 10:26:53 -06:00 committed by Anas Nashif
commit 4192a24f8c
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
tests: tests:
lib.c_lib: libraries.libc:
tags: clib tags: clib

View file

@ -1,4 +1,4 @@
tests: tests:
test: libraries.encoding:
filter: not CONFIG_NEWLIB_LIBC filter: not CONFIG_NEWLIB_LIBC
tags: json tags: json

View file

@ -1,3 +1,3 @@
tests: tests:
kernel.sprintf: libraries.libc:
tags: core tags: core