diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2025-03-07 06:27:36 -0500 |
|---|---|---|
| committer | Kees Cook <kees@kernel.org> | 2025-03-14 13:55:37 -0700 |
| commit | 97c1f302f2bc318ed88aa4a49641a3b60b33f7a5 (patch) | |
| tree | 6b2fce444173bae236b7f124e780cdf1639456cf /lib/Makefile | |
| parent | scanf: remove redundant debug logs (diff) | |
| download | linux-97c1f302f2bc318ed88aa4a49641a3b60b33f7a5.tar.gz linux-97c1f302f2bc318ed88aa4a49641a3b60b33f7a5.zip | |
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 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index b618d9d913bc..89b8a4bce108 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -77,7 +77,6 @@ obj-$(CONFIG_TEST_RHASHTABLE) += test_rhashtable.o obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_keys.o obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_key_base.o obj-$(CONFIG_TEST_DYNAMIC_DEBUG) += test_dynamic_debug.o -obj-$(CONFIG_TEST_SCANF) += test_scanf.o obj-$(CONFIG_TEST_BITMAP) += test_bitmap.o ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_KASAN),yy) |
