diff options
Diffstat (limited to 'fuzz.yaml')
| -rw-r--r-- | fuzz.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -18,3 +18,13 @@ targets: function: Fuzz package: github.com/google/syzkaller/tools/syz-trace2syz/proggen build_tags: syz_target syz_os_linux syz_arch_amd64 + - name: prog.Deserialize + harness: + function: Deserialize + package: github.com/google/syzkaller/prog/fuzz + build_tags: syz_target,syz_os_test,syz_arch_64 + - name: prog.ParseLog + harness: + function: ParseLog + package: github.com/google/syzkaller/prog/fuzz + build_tags: syz_target,syz_os_test,syz_arch_64 |
