Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dsoong.go90 runGoTests bool member
109 return c.runGoTests
341 runGoTests: !config.skipSoongTests,
/build/soong/cmd/soong_build/
Dmain.go44 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/
Dconfig.go81 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,