2020-05-16 05:05:33 +00:00
|
|
|
# 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.
|
|
|
|
|
2019-03-05 13:32:33 +00:00
|
|
|
language: go
|
|
|
|
version: "1.11"
|
2019-03-05 10:26:57 +00:00
|
|
|
base: ubuntu:16.04
|
2019-03-05 13:32:33 +00:00
|
|
|
checkout: github.com/google/syzkaller
|
2019-03-05 10:26:57 +00:00
|
|
|
targets:
|
|
|
|
- name: report
|
|
|
|
harness:
|
|
|
|
function: Fuzz
|
|
|
|
package: github.com/google/syzkaller/pkg/report
|
2019-03-05 11:42:14 +00:00
|
|
|
build_tags: syz_target
|
2019-03-05 13:32:33 +00:00
|
|
|
- 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
|
2019-04-01 10:20:19 +00:00
|
|
|
- name: prog-Deserialize
|
2019-03-28 18:01:25 +00:00
|
|
|
harness:
|
2019-04-01 10:20:19 +00:00
|
|
|
function: FuzzDeserialize
|
|
|
|
package: github.com/google/syzkaller/prog/test
|
2019-03-28 18:01:25 +00:00
|
|
|
build_tags: syz_target,syz_os_test,syz_arch_64
|
2019-04-01 10:20:19 +00:00
|
|
|
- name: prog-ParseLog
|
2019-03-28 18:01:25 +00:00
|
|
|
harness:
|
2019-04-01 10:20:19 +00:00
|
|
|
function: FuzzParseLog
|
|
|
|
package: github.com/google/syzkaller/prog/test
|
2019-03-28 18:01:25 +00:00
|
|
|
build_tags: syz_target,syz_os_test,syz_arch_64
|