Re: [U-Boot] [PATCH 04/15] test: unit tests for Unicode functions

2018-08-26 Thread Heinrich Schuchardt
On 08/26/2018 08:02 PM, Alexander Graf wrote: > > > On 11.08.18 17:28, Heinrich Schuchardt wrote: >> Provide unit tests for Unicode functions. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> MAINTAINERS | 1 + >> include/test/suites.h | 3 +- >> test/Kconfig | 8 + >>

Re: [U-Boot] [PATCH 04/15] test: unit tests for Unicode functions

2018-08-26 Thread Alexander Graf
On 11.08.18 17:28, Heinrich Schuchardt wrote: > Provide unit tests for Unicode functions. > > Signed-off-by: Heinrich Schuchardt > --- > MAINTAINERS | 1 + > include/test/suites.h | 3 +- > test/Kconfig | 8 + > test/Makefile | 1 + > test/cmd_ut.c |

[U-Boot] [PATCH 04/15] test: unit tests for Unicode functions

2018-08-11 Thread Heinrich Schuchardt
Provide unit tests for Unicode functions. Signed-off-by: Heinrich Schuchardt --- MAINTAINERS | 1 + include/test/suites.h | 3 +- test/Kconfig | 8 + test/Makefile | 1 + test/cmd_ut.c | 14 +- test/unicode_ut.c | 470 ++