aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz.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 /fuzz.yaml
parent9097c294da30fb6fd0335c1c0a5f0beaa61c9b7d (diff)
fuzz.yaml: rename to fuzzbuzz.yaml
Newsletter says we need to change the name.
Diffstat (limited to 'fuzz.yaml')
-rw-r--r--fuzz.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/fuzz.yaml b/fuzz.yaml
deleted file mode 100644
index d4083f065..000000000
--- a/fuzz.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-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