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)
commit36f641c54e1ad7f08552fe51f9826c1a27b662f9
tree2740cd9df93ae778ca0861432985bf76bf0cdf3d
parent3f807c6b81219555ac964f2623cfcbd1103151fa
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]