summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-02-07 11:30:53 -0700
committerTom Rini <trini@konsulko.com>2025-02-11 20:10:59 -0600
commit7c9f4625a5fed0ea740f1d1bbfa4a23f4d50b2d6 (patch)
tree2330c46c52c962f35bef89cf23a2017b02e83851
parentdaf583a3174f1c0ea7a617e6a5bb1b83051dfbad (diff)
test: Rename optee test-file
This has nothing to do with commands anymore, so rename the file. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--test/optee/Makefile2
-rw-r--r--test/optee/optee.c (renamed from test/optee/cmd_ut_optee.c)0
2 files changed, 1 insertions, 1 deletions
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
index df7b877025f..df7b877025f 100644
--- a/test/optee/cmd_ut_optee.c
+++ b/test/optee/optee.c