[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d7b2b598-7087-0445-4647-8521f3238dc2@redhat.com>
Date: Thu, 22 Apr 2021 16:16:46 -0400
From: Nico Pache <npache@...hat.com>
To: Daniel Latypov <dlatypov@...gle.com>,
andriy.shevchenko@...ux.intel.com
Cc: brendanhiggins@...gle.com, davidgow@...gle.com,
linux-kernel@...r.kernel.org, kunit-dev@...glegroups.com,
linux-kselftest@...r.kernel.org, skhan@...uxfoundation.org
Subject: Re: [PATCH 2/2] lib/test: convert lib/test_list_sort.c to use KUnit
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...]
Powered by blists - more mailing lists