Searched defs:goTest (Results 1 – 1 of 1) sorted by relevance
318 type goTest struct { struct319 timeout time.Duration // If non-zero, override timeout320 short bool // If true, force -short321 tags []string // Build tags322 race bool // Force -race323 bench bool // Run benchmarks (briefly), not tests.324 runTests string // Regexp of tests to run325 cpu string // If non-empty, -cpu flag327 gcflags string // If non-empty, build with -gcflags=all=X328 ldflags string // If non-empty, build with -ldflags=X[all …]