[Linux-kernel-mentees] [PATCH] lib: Convert test_hexdump.c to KUnit

Andy Shevchenko andy.shevchenko at gmail.com
Thu Aug 6 09:52:57 UTC 2020


On Thu, Aug 6, 2020 at 12:48 PM Arpitha Raghunandan <98.arpi at gmail.com> wrote:
>
> Converts test lib/test_hexdump.c to KUnit.
> More information about KUnit can be found at
> https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html.
> KUnit provides a common framework for unit tests in the kernel.

> -config TEST_HEXDUMP
> -       tristate "Test functions located in the hexdump module at runtime"

We have a nice collection of tests starting with TEST_ in the
configuration, now it's gone.
I'm strongly against this change.
Code itself okay, but without addressing above - NAK.

-- 
With Best Regards,
Andy Shevchenko


More information about the Linux-kernel-mentees mailing list