]> git.baikalelectronics.ru Git - uboot.git/commit
test: Add tests for trailing_strtol()
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:30:55 +0000 (23:30 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:03 +0000 (10:00 -0400)
commit61f6b5826d1819335199950c6edce874de7e9183
treee20529fb59ac1e1013097b136de255ea1e9c790e
parentd816b1da469463dc3fc70224c31b15acd7925314
test: Add tests for trailing_strtol()

This function currently has no tests. Add some.

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