selftests/damon: classify tests for functionalities and regressions
authorSeongJae Park <sj@kernel.org>
Fri, 3 May 2024 18:03:13 +0000 (11:03 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 11 May 2024 22:41:34 +0000 (15:41 -0700)
commit5965d5615b75bbc770a7f36895f91cc72cfd4118
treeecdb72395c0dac08d54771d73bdd819452f32f71
parent06cf8ce12cd659a3064c2e7b0208a2c0a3426838
selftests/damon: classify tests for functionalities and regressions

DAMON selftests can be classified into two categories: functionalities and
regressions.  Functionality tests are for checking if the function is
working as specified, while the regression tests are basically reproducers
of previously reported and fixed bugs.  The tests of the categories are
mixed in the selftests Makefile.  Separate those for easier understanding
of the types of tests.

Link: https://lkml.kernel.org/r/20240503180318.72798-6-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/damon/Makefile