]> git.baikalelectronics.ru Git - uboot.git/commit
test: fuzz: Add framework for fuzzing
authorAndrew Scull <ascull@google.com>
Mon, 30 May 2022 10:00:09 +0000 (10:00 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 16:58:18 +0000 (12:58 -0400)
commit817b4aa1a18cf5622823986263b8bf87630413a8
tree2740cd9df93ae778ca0861432985bf76bf0cdf3d
parente723d3425239eaa73d3f6fbdbea0a5ff7d63b6b2
test: fuzz: Add framework for fuzzing

Add the basic infrastructure for declaring fuzz tests and a command to
invoke them.

Signed-off-by: Andrew Scull <ascull@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Kconfig
include/test/fuzz.h [new file with mode: 0644]
test/Makefile
test/fuzz/Makefile [new file with mode: 0644]
test/fuzz/cmd_fuzz.c [new file with mode: 0644]