Re: [PATCH 5/6] unicode: kunit: refactor selftest to kunit tests

From: Gabriel Krisman Bertazi
Date: Tue Oct 15 2024 - 09:25:05 EST


David Gow <davidgow@xxxxxxxxxx> writes:

> From: Gabriela Bittencourt <gbittencourt@xxxxxxxxxx>
>
> Refactoring 'test' functions into kunit tests, to test utf-8 support in
> unicode subsystem.
>
> This allows the utf8 tests to be run alongside the KUnit test suite
> using kunit-tool, quickly compiling and running all desired tests as
> part of the KUnit test suite, instead of compiling the selftest module
> and loading it.
>
> The refactoring kept the original testing logic intact, while adopting a
> testing pattern across different kernel modules and leveraging KUnit's
> benefits.
>

Acked-by: Gabriel Krisman Bertazi <krisman@xxxxxxx>

--
Gabriel Krisman Bertazi