From: Simon Glass <sjg@chromium.org>
Date: Mon, 8 Mar 2021 00:35:09 +0000 (-0700)
Subject: test: log: Rename log main test file to log_ut.c
X-Git-Tag: v2025.01-rc5-pxa1908~1941^2~10^2~8
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=5c1cf4d2dab12a8f5b4a49dc2f06f582db69c1ef;p=u-boot.git

test: log: Rename log main test file to log_ut.c

The current name is the same as the main test runner file. Rename it to
avoid confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---

diff --git a/test/log/Makefile b/test/log/Makefile
index 3f09deb644..a3dedace04 100644
--- a/test/log/Makefile
+++ b/test/log/Makefile
@@ -7,7 +7,7 @@ obj-$(CONFIG_CMD_LOG) += log_filter.o
 
 ifdef CONFIG_UT_LOG
 
-obj-y += test-main.o
+obj-y += log_ut.o
 
 ifdef CONFIG_SANDBOX
 obj-$(CONFIG_LOG_SYSLOG) += syslog_test.o
diff --git a/test/log/test-main.c b/test/log/log_ut.c
similarity index 100%
rename from test/log/test-main.c
rename to test/log/log_ut.c