
11 Apr
2022
11 Apr
'22
8:35 p.m.
On Thu, 7 Apr 2022 at 03:41, Andrew Scull ascull@google.com wrote:
Add the basic infrastructure for declaring fuzz tests and a command to invoke them.
Signed-off-by: Andrew Scull ascull@google.com
Kconfig | 8 +++++ include/test/fuzz.h | 51 +++++++++++++++++++++++++++ test/Makefile | 1 + test/fuzz/Makefile | 7 ++++ test/fuzz/cmd_fuzz.c | 82 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 149 insertions(+) create mode 100644 include/test/fuzz.h create mode 100644 test/fuzz/Makefile create mode 100644 test/fuzz/cmd_fuzz.c
Reviewed-by: Simon Glass sjg@chromium.org