summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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
index c534add493..c534add493 100644
--- a/test/log/test-main.c
+++ b/test/log/log_ut.c