aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-07 17:35:09 -0700
committerTom Rini <trini@konsulko.com>2021-03-12 09:57:30 -0500
commit5c1cf4d2dab12a8f5b4a49dc2f06f582db69c1ef (patch)
tree475d6d7718e464d97d084221aa63dee7a4da97ae /test
parent664277f1060c24aef29f7ea77b6081e3ccc5db46 (diff)
downloadu-boot-5c1cf4d2dab12a8f5b4a49dc2f06f582db69c1ef.zip
u-boot-5c1cf4d2dab12a8f5b4a49dc2f06f582db69c1ef.tar.gz
u-boot-5c1cf4d2dab12a8f5b4a49dc2f06f582db69c1ef.tar.bz2
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>
Diffstat (limited to 'test')
-rw-r--r--test/log/Makefile2
-rw-r--r--test/log/log_ut.c (renamed from test/log/test-main.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/test/log/Makefile b/test/log/Makefile
index 3f09deb..a3dedac 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
index c534add..c534add 100644
--- a/test/log/test-main.c
+++ b/test/log/log_ut.c