Commit 7de0d6ef authored by Anas Nashif's avatar Anas Nashif Committed by Carles Cufi
Browse files

tests: posix: prefix tests with test_



Prefix tests with test_ to allow correct evaluation of output.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent b876a25b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * Adapted from
 * https://git.musl-libc.org/cgit/libc-testsuite/tree/fnmatch.c
 */
ZTEST(posix_apis, fnmatch)
ZTEST(posix_apis, test_fnmatch)
{
	/* Note: commented out lines indicate known problems to be addressed in #55186 */