[PATCH 06/11] test: fuzz: Add framework for fuzzing

Simon Glass sjg at chromium.org
Mon Apr 11 20:35:40 CEST 2022


On Thu, 7 Apr 2022 at 03:41, Andrew Scull <ascull at google.com> wrote:
>
> Add the basic infrastructure for declaring fuzz tests and a command to
> invoke them.
>
> Signed-off-by: Andrew Scull <ascull at 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 at chromium.org>


More information about the U-Boot mailing list