From: Simon Glass Date: Fri, 7 Feb 2025 18:30:53 +0000 (-0700) Subject: test: Rename optee test-file X-Git-Tag: v2025.07-rc1~18^2~104^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9f4625a5fed0ea740f1d1bbfa4a23f4d50b2d6;p=pandora-u-boot.git test: Rename optee test-file This has nothing to do with commands anymore, so rename the file. Signed-off-by: Simon Glass --- diff --git a/test/optee/Makefile b/test/optee/Makefile index 8793fd7ad61..ec56750fa80 100644 --- a/test/optee/Makefile +++ b/test/optee/Makefile @@ -3,7 +3,7 @@ # Copyright (C) 2019, Theobroma Systems Design und Consulting GmbH # Test files -obj-y += cmd_ut_optee.o +obj-y += optee.o DTC_FLAGS += -@ diff --git a/test/optee/cmd_ut_optee.c b/test/optee/optee.c similarity index 100% rename from test/optee/cmd_ut_optee.c rename to test/optee/optee.c