Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-19 | string: Merge strcat KUnit tests into string_kunit.c | Kees Cook | 1 | -104/+0 | |
Move the strcat() tests into string_kunit.c. Remove the separate Kconfig and Makefile rule. Reviewed-by: Andy Shevchenko <[email protected]> Tested-by: Ivan Orlov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kees Cook <[email protected]> | |||||
2024-04-19 | string: Prepare to merge strcat KUnit tests into string_kunit.c | Kees Cook | 1 | -6/+6 | |
The test naming convention differs between string_kunit.c and strcat_kunit.c. Move "test" to the beginning of the function name. Reviewed-by: Andy Shevchenko <[email protected]> Tested-by: Ivan Orlov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kees Cook <[email protected]> | |||||
2023-05-16 | string: Add Kunit tests for strcat() family | Kees Cook | 1 | -0/+104 | |
Add tests to make sure the strcat() family of functions behave correctly. Signed-off-by: Kees Cook <[email protected]> |