]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9aadce5beb397d8fd08e3fed3566b6dd39ee7aa9
tree80fc0710b6b0ec9f3b58255398c9782743805cb2
parentbdeab9a600397c69d09bb1bf617d0abe0b0cd7c1
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]