Re: [PATCH 1/1] test: add unit test for u16_strnlen()

2022-12-17 Thread Ilias Apalodimas
On Sun, 18 Dec 2022 at 07:32, Heinrich Schuchardt wrote: > > Add the missing unit test. It can be executed with: > > ut unicode u16_strnlen > > Signed-off-by: Heinrich Schuchardt > --- > test/unicode_ut.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/test/unicode_ut.c

[PATCH 1/1] test: add unit test for u16_strnlen()

2022-12-17 Thread Heinrich Schuchardt
Add the missing unit test. It can be executed with: ut unicode u16_strnlen Signed-off-by: Heinrich Schuchardt --- test/unicode_ut.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/test/unicode_ut.c b/test/unicode_ut.c index d104bd5997..3547aeffe7 100644 --- a/test/unicode_u