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

