]> git.baikalelectronics.ru Git - kernel.git/commit
lib: kunit: add bitfield test conversion to KUnit
authorVitor Massaru Iha <vitor@massaru.org>
Wed, 29 Jul 2020 17:58:49 +0000 (14:58 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 13 Oct 2020 16:20:09 +0000 (10:20 -0600)
commit20ebc3264f24f9e68b7ca7fef3058729854f4291
tree932faa21ceb325b214703fe6bdc0169f85db06c7
parentf7c17f7f1f67e8dbee28269d8324fde8a77f7d7e
lib: kunit: add bitfield test conversion to KUnit

This adds the conversion of the runtime tests of test_bitfield,
from `lib/test_bitfield.c` to KUnit tests.

Code Style Documentation: [0]

Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>
Link: [0] https://lore.kernel.org/linux-kselftest/20200620054944.167330-1-davidgow@google.com/T/#u
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/Kconfig.debug
lib/Makefile
lib/bitfield_kunit.c [new file with mode: 0644]
lib/test_bitfield.c [deleted file]