forked from google/syzkaller
-
Notifications
You must be signed in to change notification settings - Fork 1
/
fuzzbuzz.yaml
33 lines (32 loc) · 1.04 KB
/
fuzzbuzz.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 2019 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
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