Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-16 | lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILE | Vitor Massaru Iha | 1 | -4/+2 | |
A build condition was missing around a compilation test, this compilation test comes from the original test_bitfield code. And removed unnecessary code for this test. Fixes: d2585f5164c2 ("lib: kunit: add bitfield test conversion to KUnit") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Vitor Massaru Iha <[email protected]> Link: https://lore.kernel.org/linux-next/[email protected]/ Reviewed-by: Brendan Higgins <[email protected]> Signed-off-by: Shuah Khan <[email protected]> | |||||
2020-10-13 | lib: kunit: add bitfield test conversion to KUnit | Vitor Massaru Iha | 1 | -0/+156 | |
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 <[email protected]> Link: [0] https://lore.kernel.org/linux-kselftest/[email protected]/T/#u Reviewed-by: Brendan Higgins <[email protected]> Signed-off-by: Shuah Khan <[email protected]> |