Hi,
Can we change this to CONFIG_LIST_SORT_KUNIT_TEST to follow the convention used by other KUNIT tests?
Maintainers? thoughts? I recently posted patches to convert some of the other tests that break this format [1].
Cheers,
-- Nico
[1] - https://lkml.org/lkml/2021/4/14/310
On 4/21/21 2:32 PM, Daniel Latypov wrote:
[SNIP...] config TEST_LIST_SORT
- tristate "Linked list sorting test"
- depends on DEBUG_KERNEL || m
- tristate "Linked list sorting test" if !KUNIT_ALL_TESTS
- depends on KUNIT
- default KUNIT_ALL_TESTS
[SNAP...]