Searched refs:runGoTests (Results 1 – 3 of 3) sorted by relevance
/build/soong/ui/build/ |
D | soong.go | 90 runGoTests bool member 109 return c.runGoTests 341 runGoTests: !config.skipSoongTests,
|
/build/soong/cmd/soong_build/ |
D | main.go | 44 runGoTests bool var 90 flag.BoolVar(&runGoTests, "t", false, "build and run go tests during bootstrap") 125 …configuration, err := android.NewConfig(cmdlineArgs.ModuleListFile, runGoTests, outDir, soongOutDi…
|
/build/soong/android/ |
D | config.go | 81 return c.runGoTests 143 runGoTests bool member 446 newConfig, err := NewConfig(c.moduleListFile, c.runGoTests, c.outDir, c.soongOutDir, c.env) 457 func NewConfig(moduleListFile string, runGoTests bool, outDir, soongOutDir string, availableEnv map… 466 runGoTests: runGoTests,
|