test: Add test for strlcat
authorSean Anderson <seanga2@gmail.com>
Thu, 11 Mar 2021 05:15:43 +0000 (00:15 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 12 Apr 2021 21:44:55 +0000 (17:44 -0400)
commitc4ac52f55d90bd46ade9db6f761638fdfdf26e16
treec12a17352a7c84792ea01085098b178bff54bcf0
parent9af869c4145a668b6db9accdea554eb57895a25e
test: Add test for strlcat

This test is adapted from glibc, which is very concerned about alignment.
It also tests strlcpy by dependency.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/lib/Makefile
test/lib/strlcat.c [new file with mode: 0644]