commit | 11abb2bf59999d821e017064554d6d43f1c8d8b1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 07 17:35:09 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 09:57:30 2021 -0500 |
tree | 475d6d7718e464d97d084221aa63dee7a4da97ae | |
parent | 53d1b199cf590058759a63dc27f1361deec7bc98 [diff] |
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>