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)
commit2fa4756d03a377dd0a6e943d2a16f4e2c9c97342
tree0b4713dd72d70a50d86c048ffa850b8b07006bec
parent9bb99fa95826d1a608737ca821977b4136a1a278
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