fuzz: Add new fuzzer for emulated cmos device

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-07-26 16:30:56 +01:00
parent e4211272ad
commit a330c531b0
2 changed files with 55 additions and 0 deletions

View File

@@ -58,3 +58,10 @@ name = "serial"
path = "fuzz_targets/serial.rs"
test = false
doc = false
[[bin]]
name = "cmos"
path = "fuzz_targets/cmos.rs"
test = false
doc = false