Re: [PATCH v2 1/2] printf: convert self-test to KUnit

2025-02-07 Thread Tamir Duberstein
On Fri, Feb 7, 2025 at 6:30 AM Tamir Duberstein wrote: > > Convert the printf() self-test to a KUnit test. > > In the interest of keeping the patch reasonably-sized this doesn't > refactor the tests into proper parameterized tests - it's all one big > test case. Apologies for the version churn, I

[PATCH v2 1/2] printf: convert self-test to KUnit

2025-02-07 Thread Tamir Duberstein
Convert the printf() self-test to a KUnit test. In the interest of keeping the patch reasonably-sized this doesn't refactor the tests into proper parameterized tests - it's all one big test case. Acked-by: Geert Uytterhoeven # m68k Signed-off-by: Tamir Duberstein --- Documentation/core-api/pri