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

2020-08-27 Thread Vitor Massaru Iha
On Thu, Aug 27, 2020 at 7:23 AM Marco Elver wrote: > > On Wed, Jul 29, 2020 at 04:23PM -0300, Vitor Massaru Iha 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-

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

2020-08-27 Thread Marco Elver
On Wed, Jul 29, 2020 at 04:23PM -0300, Vitor Massaru Iha 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

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

2020-08-19 Thread Brendan Higgins
On Wed, Jul 29, 2020 at 12:24 PM Vitor Massaru Iha 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_con

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

2020-07-29 Thread Vitor Massaru Iha
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 Documentati