lib/test_cpumask: follow KUnit style guidelines
authorSander Vanheule <sander@svanheule.net>
Tue, 23 Aug 2022 06:12:21 +0000 (08:12 +0200)
committerYury Norov <yury.norov@gmail.com>
Wed, 24 Aug 2022 15:35:42 +0000 (08:35 -0700)
commitd3c0ca4992cc21b0e1d7d8e530faa4ab16f8ec41
treea20b9805149fa58bd2e3220ca4829b7b85919272
parentfbbc94d8486c6d683650269154c9a7d8897f35d7
lib/test_cpumask: follow KUnit style guidelines

The cpumask test suite doesn't follow the KUnit style guidelines, as
laid out in Documentation/dev-tools/kunit/style.rst.  The file is
renamed to lib/cpumask_kunit.c to clearly distinguish it from other,
non-KUnit, tests.

Link: https://lore.kernel.org/lkml/346cb279-8e75-24b0-7d12-9803f2b41c73@riseup.net/
Suggested-by: Maíra Canal <mairacanal@riseup.net>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Reviewed-by: Maíra Canal <mairacanal@riseup.net>
Reviewed-by: David Gow <davidgow@google.com>
Acked-by: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
lib/Kconfig.debug
lib/Makefile
lib/cpumask_kunit.c [new file with mode: 0644]
lib/test_cpumask.c [deleted file]