about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorSunil K Pandey <skpgkp2@gmail.com>2023-07-27 16:20:49 -0700
committerDJ Delorie <dj@redhat.com>2023-10-17 18:19:01 -0400
commitb316c9a76903fec1596642b3020b3f939c05b8db (patch)
treeb919130458ce955d8c8a80a445cadba6aa96b902 /string/Makefile
parent23871292fb25d1bf4d17e73490614ea2a3001d78 (diff)
downloadglibc-b316c9a76903fec1596642b3020b3f939c05b8db.tar.gz
glibc-b316c9a76903fec1596642b3020b3f939c05b8db.tar.xz
glibc-b316c9a76903fec1596642b3020b3f939c05b8db.zip
Add strlcat/wcslcat testcase.
This patch implements comprehensive tests for strlcat/wcslcat
functions.  Tests are mostly derived from strncat test suites
and modified to incorporate strlcat/wcslcat specifications.

Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile
index cecaa796a8..040a38dbf6 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -198,6 +198,7 @@ tests := \
   tst-strerror-fail \
   tst-strfry \
   tst-strlcat \
+  tst-strlcat2 \
   tst-strlcpy \
   tst-strlcpy2 \
   tst-strlen \