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)
commit18436c74dce29a74e996d5932ba01e0cd3481326
treee20529fb59ac1e1013097b136de255ea1e9c790e
parent2fa4756d03a377dd0a6e943d2a16f4e2c9c97342
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