commit | 5c1cf4d2dab12a8f5b4a49dc2f06f582db69c1ef | [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 | 664277f1060c24aef29f7ea77b6081e3ccc5db46 [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>