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

2025-02-05 Thread Geert Uytterhoeven
On Tue, 4 Feb 2025 at 20:38, 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. > > Signed-off-by: Tamir Duberstein >

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

2025-02-04 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. Signed-off-by: Tamir Duberstein --- Documentation/core-api/printk-formats.rst | 2 +- MAINTAINERS