summaryrefslogtreecommitdiffstats
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-03-11 00:15:43 -0500
committerTom Rini <trini@konsulko.com>2021-04-12 17:44:55 -0400
commitc4ac52f55d90bd46ade9db6f761638fdfdf26e16 (patch)
treec12a17352a7c84792ea01085098b178bff54bcf0 /test/lib/Makefile
parent9af869c4145a668b6db9accdea554eb57895a25e (diff)
downloadu-boot-c4ac52f55d90bd46ade9db6f761638fdfdf26e16.tar.gz
u-boot-c4ac52f55d90bd46ade9db6f761638fdfdf26e16.tar.xz
u-boot-c4ac52f55d90bd46ade9db6f761638fdfdf26e16.zip
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>
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
index a30f615aa9..aa2e66bc7f 100644
--- a/test/lib/Makefile
+++ b/test/lib/Makefile
@@ -11,6 +11,7 @@ obj-y += longjmp.o
obj-$(CONFIG_CONSOLE_RECORD) += test_print.o
obj-$(CONFIG_SSCANF) += sscanf.o
obj-y += string.o
+obj-y += strlcat.o
obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
obj-$(CONFIG_UT_LIB_RSA) += rsa.o