test: Add the beginnings of some string tests
authorSimon Glass <sjg@chromium.org>
Wed, 8 Apr 2020 14:32:55 +0000 (08:32 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 20:40:09 +0000 (16:40 -0400)
commit4f04d54981cd9d641e4ca958c551aeb00ee55484
tree80fc0710b6b0ec9f3b58255398c9782743805cb2
parent4b4858936fadd61a1696cb5408ab81330ddb5c14
test: Add the beginnings of some string tests

There are quite a few string functions in U-Boot with no tests. Make a
start by adding a test for strtoul().

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/suites.h
test/Makefile
test/cmd_ut.c
test/str_ut.c [new file with mode: 0644]