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

2025-02-04 Thread Tamir Duberstein
Convert the scanf() 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 Acked-by: Petr Mladek Signed-off-by: Tamir Duberstein --- MAIN

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

2025-02-04 Thread Tamir Duberstein
Please disregard.

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

2025-02-04 Thread Tamir Duberstein
Convert the scanf() 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 Acked-by: Petr Mladek Signed-off-by: Tamir Duberstein --- MAIN