On Wed, Jul 22, 2020 at 09:08:07PM -0300, Vitor Massaru Iha wrote:
This adds the conversion of the test_sort.c to KUnit test.
Please apply this commit first (linux-kselftest/kunit-fixes): 3f37d14b8a3152441f36b6bc74000996679f0998 kunit: kunit_config: Fix parsing of CONFIG options with space
...
lib/{test_sort.c => sort_kunit.c} | 31 +++++++++++++++----------------
Is it established practice to put kunit as a suffix? For me much better to do ls .../test* # and note shell completions then drop shell completions and always do something like ls .../*_kunit.[cSsh]
Consider this, please.
P.S. Same question to KUnit folks.