[PATCH 21/28] test: Rename optee test-file

Simon Glass sjg at chromium.org
Mon Jan 20 22:53:21 CET 2025


This has nothing to do with commands anymore, so rename the file.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 test/optee/Makefile                    | 2 +-
 test/optee/{cmd_ut_optee.c => optee.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename test/optee/{cmd_ut_optee.c => optee.c} (100%)

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
-- 
2.43.0



More information about the U-Boot mailing list