aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzbuzz.yaml
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-07-19 10:44:54 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-07-19 10:45:19 +0200
commit1656845f45f284c574eb4f8bfe85dd7916a47a3a (patch)
treec3face79b2567b0318bdd5bb1f4f721ec0df9ee5 /fuzzbuzz.yaml
parent9097c294da30fb6fd0335c1c0a5f0beaa61c9b7d (diff)
fuzz.yaml: rename to fuzzbuzz.yaml
Newsletter says we need to change the name.
Diffstat (limited to 'fuzzbuzz.yaml')
-rw-r--r--fuzzbuzz.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/fuzzbuzz.yaml b/fuzzbuzz.yaml
new file mode 100644
index 000000000..d4083f065
--- /dev/null
+++ b/fuzzbuzz.yaml
@@ -0,0 +1,30 @@
+language: go
+version: "1.11"
+base: ubuntu:16.04
+checkout: github.com/google/syzkaller
+targets:
+ - name: report
+ harness:
+ function: Fuzz
+ package: github.com/google/syzkaller/pkg/report
+ build_tags: syz_target
+ - name: compiler
+ harness:
+ function: Fuzz
+ package: github.com/google/syzkaller/pkg/compiler
+ build_tags: syz_target
+ - name: trace2syz
+ harness:
+ 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: FuzzDeserialize
+ package: github.com/google/syzkaller/prog/test
+ build_tags: syz_target,syz_os_test,syz_arch_64
+ - name: prog-ParseLog
+ harness:
+ function: FuzzParseLog
+ package: github.com/google/syzkaller/prog/test
+ build_tags: syz_target,syz_os_test,syz_arch_64