[PATCH 0/2] string: Convert selftests to KUnit

Kees Cook posted 2 patches 1 year, 11 months ago
There is a newer version of this series
MAINTAINERS                                   |   4 +-
lib/Kconfig.debug                             |  12 +-
lib/Makefile                                  |   4 +-
...tring_helpers.c => string_helpers_kunit.c} | 160 +++++++++--------
lib/{test_string.c => string_kunit.c}         | 166 ++++++------------
5 files changed, 154 insertions(+), 192 deletions(-)
rename lib/{test-string_helpers.c => string_helpers_kunit.c} (79%)
rename lib/{test_string.c => string_kunit.c} (54%)
[PATCH 0/2] string: Convert selftests to KUnit
Posted by Kees Cook 1 year, 11 months ago
Hi,

I realized the string selftests hadn't been converted to KUnit yet. Do that.

-Kees

Kees Cook (2):
  string: Convert selftest to KUnit
  string: Convert helpers selftest to KUnit

 MAINTAINERS                                   |   4 +-
 lib/Kconfig.debug                             |  12 +-
 lib/Makefile                                  |   4 +-
 ...tring_helpers.c => string_helpers_kunit.c} | 160 +++++++++--------
 lib/{test_string.c => string_kunit.c}         | 166 ++++++------------
 5 files changed, 154 insertions(+), 192 deletions(-)
 rename lib/{test-string_helpers.c => string_helpers_kunit.c} (79%)
 rename lib/{test_string.c => string_kunit.c} (54%)

-- 
2.34.1