test: Rename optee test-file
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:53 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:59 +0000 (20:10 -0600)
This has nothing to do with commands anymore, so rename the file.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/optee/Makefile
test/optee/optee.c [moved from test/optee/cmd_ut_optee.c with 100% similarity]

index 8793fd7..ec56750 100644 (file)
@@ -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 += -@
 
similarity index 100%
rename from test/optee/cmd_ut_optee.c
rename to test/optee/optee.c