diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-07-19 10:44:54 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-07-19 10:45:19 +0200 |
| commit | 1656845f45f284c574eb4f8bfe85dd7916a47a3a (patch) | |
| tree | c3face79b2567b0318bdd5bb1f4f721ec0df9ee5 /fuzzbuzz.yaml | |
| parent | 9097c294da30fb6fd0335c1c0a5f0beaa61c9b7d (diff) | |
fuzz.yaml: rename to fuzzbuzz.yaml
Newsletter says we need to change the name.
Diffstat (limited to 'fuzzbuzz.yaml')
| -rw-r--r-- | fuzzbuzz.yaml | 30 |
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 |
