Re: [PATCH v2 1/2] unicode: kunit: refactor selftest to kunit tests

2024-10-04 Thread Gabriel Krisman Bertazi
Pedro Orlando writes: > From: Gabriela Bittencourt > > 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 > par

Re: [PATCH v2 1/2] unicode: kunit: refactor selftest to kunit tests

2024-10-02 Thread David Gow
On Sun, 29 Sept 2024 at 08:00, Pedro Orlando wrote: > > From: Gabriela Bittencourt > > 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 run

[PATCH v2 1/2] unicode: kunit: refactor selftest to kunit tests

2024-09-28 Thread Pedro Orlando
From: Gabriela Bittencourt 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