super-graph/fuzz.yaml

16 lines
471 B
YAML
Raw Normal View History

2019-04-19 03:08:14 +02:00
base: ubuntu:16.04
targets:
2019-04-19 03:13:00 +02:00
- name: qcode
2019-04-19 03:08:14 +02:00
language: go
version: "1.12"
corpus: ./corpus
#memory_limit: 1000 # in megabytes
#timeout: 500 # in milliseconds
harness:
function: FuzzerEntrypoint
# package defines where to import FuzzerEntrypoint from
package: github.com/dosco/super-graph/qcode
# the repository will be cloned to
# $GOPATH/src/github.com/fuzzbuzz/tutorial
checkout: github.com/dosco/super-graph/