Re: [PATCH] lib: kunit: add list_sort test conversion to KUnit

From: Brendan Higgins
Date: Wed Aug 19 2020 - 17:14:57 EST


On Wed, Jul 29, 2020 at 12:24 PM Vitor Massaru Iha <vitor@xxxxxxxxxxx> wrote:
>
> This adds the conversion of the runtime tests of test_list_sort,
> from `lib/test_list_sort.c` to KUnit tests.
>
> Please apply this commit first (linux-kselftest/kunit-fixes):
> 3f37d14b8a3152441f36b6bc74000996679f0998 kunit: kunit_config: Fix parsing of CONFIG options with space
>
> Code Style Documentation: [0]
>
> Signed-off-by: Vitor Massaru Iha <vitor@xxxxxxxxxxx>
> Link: [0] https://lore.kernel.org/linux-kselftest/20200620054944.167330-1-davidgow@xxxxxxxxxx/T/#u

Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>

It would still be good to get some of the original authors/reviewers
to review this.