diff options
author | Sunil K Pandey <skpgkp2@gmail.com> | 2023-07-27 16:20:49 -0700 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2023-10-17 18:19:01 -0400 |
commit | b316c9a76903fec1596642b3020b3f939c05b8db (patch) | |
tree | b919130458ce955d8c8a80a445cadba6aa96b902 /string/Makefile | |
parent | 23871292fb25d1bf4d17e73490614ea2a3001d78 (diff) | |
download | glibc-b316c9a76903fec1596642b3020b3f939c05b8db.tar glibc-b316c9a76903fec1596642b3020b3f939c05b8db.tar.gz glibc-b316c9a76903fec1596642b3020b3f939c05b8db.tar.bz2 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/Makefile | 1 |
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 \ |