aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz.yaml')
-rw-r--r--fuzz.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/fuzz.yaml b/fuzz.yaml
index 16d02b2c3..de65bbae8 100644
--- a/fuzz.yaml
+++ b/fuzz.yaml
@@ -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