On Fri, Jan 31, 2025 at 10:47:49AM -0500, Tamir Duberstein wrote:
Convert the scanf() self-test to a KUnit test.
In the interest of keeping the patch reasonably-sized this doesn't rename the file in accordance with usual kunit conventions nor does it refactor the tests into proper parameterized tests - it's all one big test case.
Rename of the file may be done, but you need to use -M -C when formatting patch, in such a case the diff will be moderate in side and easy to review.
P.S. The test modules in defconfig is something which puzzling me. I would remove all of them at once, if somebody wants debug configuration, they would specify it and use with help of merge_config or alike.