commit | 060c71ed3b529c8e0a7de41e45b3b20b70933daf | [log] [tgz] |
---|---|---|
author | Matt Johnston <matt@codeconstruct.com.au> | Wed Jan 08 14:35:13 2025 +0800 |
committer | Matt Johnston <matt@codeconstruct.com.au> | Mon Jan 13 15:07:22 2025 +0800 |
tree | 0b400e65452fc520a4c4b7f81e4f1fbcf92f5fec | |
parent | d8f0c68bbf840bb8e94fb0534e673118cb1d460d [diff] [blame] |
fuzz: Add fuzzing for core and i2c Add fuzzing infrastructure and a fuzz target handling mctp-i2c packets. After running for a few days with honggfuzz this achieves close to complete line coverage of core.c Change-Id: I6cd7361e6f600831a319f06fb7c7c0d2186fd7de Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
diff --git a/tests/meson.build b/tests/meson.build index 96d7d6b..eb398b0 100644 --- a/tests/meson.build +++ b/tests/meson.build
@@ -29,3 +29,5 @@ ), ) endforeach + +subdir('fuzz')