Home
last modified time | relevance | path

Searched refs:fuzzed_repo (Results 1 – 1 of 1) sorted by relevance

/external/oss-fuzz/infra/base-images/base-builder/
Dcompile_go_fuzzer45 fuzzed_repo=`echo $path | cut -d/ -f-3`
46 abspath_repo=`go list -m $tags -f {{.Dir}} $fuzzed_repo || go list $tags -f {{.Dir}} $fuzzed_repo`
48 echo "s=$fuzzed_repo"="$abspath_repo"= > $OUT/$fuzzer.gocovpath
49 go test -run Test${function}Corpus -v $tags -coverpkg $fuzzed_repo/... -c -o $OUT/$fuzzer $path