Re: [U-Boot] [RFC 02/15] test: add tests for u16_strcmp()

2019-09-18 Thread Heinrich Schuchardt
On 9/18/19 3:26 AM, AKASHI Takahiro wrote: > New seven test cases for u16_strcmp() are added under Unicode unit test, > which should be executed by "ut unicode" command. > > Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt ___ U-Boot

[U-Boot] [RFC 02/15] test: add tests for u16_strcmp()

2019-09-17 Thread AKASHI Takahiro
New seven test cases for u16_strcmp() are added under Unicode unit test, which should be executed by "ut unicode" command. Signed-off-by: AKASHI Takahiro --- test/unicode_ut.c | 13 + 1 file changed, 13 insertions(+) diff --git a/test/unicode_ut.c b/test/unicode_ut.c index