Home
last modified time | relevance | path

Searched defs:goTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dtest.go318 type goTest struct { struct
319 timeout time.Duration // If non-zero, override timeout
320 short bool // If true, force -short
321 tags []string // Build tags
322 race bool // Force -race
323 bench bool // Run benchmarks (briefly), not tests.
324 runTests string // Regexp of tests to run
325 cpu string // If non-empty, -cpu flag
327 gcflags string // If non-empty, build with -gcflags=all=X
328 ldflags string // If non-empty, build with -ldflags=X
[all …]