Add strlcat/wcslcat testcase.
commitb316c9a76903fec1596642b3020b3f939c05b8db
authorSunil K Pandey <skpgkp2@gmail.com>
Thu, 27 Jul 2023 23:20:49 +0000 (27 16:20 -0700)
committerDJ Delorie <dj@redhat.com>
Tue, 17 Oct 2023 22:19:01 +0000 (17 18:19 -0400)
treeb919130458ce955d8c8a80a445cadba6aa96b902
parent23871292fb25d1bf4d17e73490614ea2a3001d78
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>
string/Makefile
string/tst-strlcat2.c [new file with mode: 0644]
wcsmbs/Makefile
wcsmbs/tst-wcslcat2.c [new file with mode: 0644]