diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2025-03-07 14:27:36 +0300 |
|---|---|---|
| committer | Kees Cook <kees@kernel.org> | 2025-03-14 23:55:37 +0300 |
| commit | 97c1f302f2bc318ed88aa4a49641a3b60b33f7a5 (patch) | |
| tree | 6b2fce444173bae236b7f124e780cdf1639456cf /tools/testing/selftests/lib/config | |
| parent | 6340d61b9005de1fab86963ff38c9cfd66e68483 (diff) | |
| download | linux-97c1f302f2bc318ed88aa4a49641a3b60b33f7a5.tar.xz | |
scanf: convert self-test to KUnit
Convert the scanf() self-test to a KUnit test.
In the interest of keeping the patch reasonably-sized this doesn't
refactor the tests into proper parameterized tests - it's all one big
test case.
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Tested-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Link: https://lore.kernel.org/r/20250307-scanf-kunit-convert-v9-3-b98820fa39ff@gmail.com
Signed-off-by: Kees Cook <kees@kernel.org>
Diffstat (limited to 'tools/testing/selftests/lib/config')
| -rw-r--r-- | tools/testing/selftests/lib/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/lib/config b/tools/testing/selftests/lib/config index f4b4b8822241..81a1f64a22e8 100644 --- a/tools/testing/selftests/lib/config +++ b/tools/testing/selftests/lib/config @@ -1,3 +1,2 @@ -CONFIG_TEST_SCANF=m CONFIG_TEST_BITMAP=m CONFIG_TEST_BITOPS=m |
