[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CABVgOSmWBAf-=hyeiMQaqAgEwpeLeYZnRvheFuYB6BWiJ+voKw@mail.gmail.com>
Date: Thu, 19 Dec 2024 13:45:09 +0800
From: David Gow <davidgow@...gle.com>
To: Brian Norris <briannorris@...omium.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Maxime Ripard <mripard@...nel.org>,
linux-acpi@...r.kernel.org, Rae Moar <rmoar@...gle.com>,
Rob Herring <robh@...nel.org>, linux-kselftest@...r.kernel.org,
"Rafael J. Wysocki" <rafael@...nel.org>, kunit-dev@...glegroups.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 2/3] drivers: base: test: Enable device model tests
with KUNIT_ALL_TESTS
On Tue, 17 Dec 2024 at 04:12, Brian Norris <briannorris@...omium.org> wrote:
>
> Per commit bebe94b53eb7 ("drivers: base: default KUNIT_* fragments to
> KUNIT_ALL_TESTS"), it seems like we should default to KUNIT_ALL_TESTS.
>
> This enables these platform_device tests for common configurations, such
> as with:
> ./tools/testing/kunit/kunit.py run
>
> Signed-off-by: Brian Norris <briannorris@...omium.org>
> ---
Excellent!
Reviewed-by: David Gow <davidgow@...gle.com>
Cheers,
-- David
>
> (no changes since v1)
>
> drivers/base/test/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/base/test/Kconfig b/drivers/base/test/Kconfig
> index 5c7fac80611c..2756870615cc 100644
> --- a/drivers/base/test/Kconfig
> +++ b/drivers/base/test/Kconfig
> @@ -12,6 +12,7 @@ config TEST_ASYNC_DRIVER_PROBE
> config DM_KUNIT_TEST
> tristate "KUnit Tests for the device model" if !KUNIT_ALL_TESTS
> depends on KUNIT
> + default KUNIT_ALL_TESTS
>
> config DRIVER_PE_KUNIT_TEST
> tristate "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
> --
> 2.47.1.613.gc27f4b7a9f-goog
>
Download attachment "smime.p7s" of type "application/pkcs7-signature" (5294 bytes)
Powered by blists - more mailing lists