Re: [PATCH v4 10/11] mm/damon: Add kunit tests

From: Randy Dunlap
Date: Fri Feb 14 2020 - 23:08:24 EST


On 2/10/20 6:53 AM, sjpark@xxxxxxxxxx wrote:
> diff --git a/mm/Kconfig b/mm/Kconfig
> index 387d469f40ec..b279ab9c78d0 100644
> --- a/mm/Kconfig
> +++ b/mm/Kconfig
> @@ -751,4 +751,15 @@ config DAMON
> be 1) accurate enough to be useful for performance-centric domains,
> and 2) sufficiently light-weight so that it can be applied online.
>
> +config DAMON_KUNIT_TEST
> + bool "Test for damon"

s/bool/tristate/ ?

> + depends on DAMON && KUNIT
> + help
> + This builds the DAMON Kunit test suite.
> +
> + For more information on KUnit and unit tests in general, please refer
> + to the KUnit documentation.
> +
> + If unsure, say N.
> +
> endmenu


--
~Randy