]> git.baikalelectronics.ru Git - uboot.git/commit
lib: Move string tests to the string module
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:30:54 +0000 (23:30 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:03 +0000 (10:00 -0400)
commitd816b1da469463dc3fc70224c31b15acd7925314
tree0b4713dd72d70a50d86c048ffa850b8b07006bec
parent8a5e54a46dcd2987b8413949f99d9a82866ecaf9
lib: Move string tests to the string module

A few string tests were added to the print module by mistake. Move them.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/print_ut.c
test/str_ut.c