From 1656845f45f284c574eb4f8bfe85dd7916a47a3a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 19 Jul 2019 10:44:54 +0200 Subject: fuzz.yaml: rename to fuzzbuzz.yaml Newsletter says we need to change the name. --- fuzzbuzz.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 fuzzbuzz.yaml (limited to 'fuzzbuzz.yaml') 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 -- cgit mrf-deployment