Skip to content

Commit

Permalink
test: log: Rename log main test file to log_ut.c
Browse files Browse the repository at this point in the history
The current name is the same as the main test runner file. Rename it to
avoid confusion.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
  • Loading branch information
sjg20 authored and trini committed Mar 12, 2021
1 parent 664277f commit 5c1cf4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/log/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 5c1cf4d

Please sign in to comment.