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)
commitd2585f5164c298aaaed14c2c8d313cbe7bd5b253
tree932faa21ceb325b214703fe6bdc0169f85db06c7
parenta82763e63ee78c9876211998d0bcc082f4ff63d8
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]