Lines Matching refs:TestSrcs
212 TestSrcs []string
219 TestSrcs []string
223 TestSrcs []string
320 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
323 testSrcs = append(g.properties.TestSrcs, g.properties.Linux.TestSrcs...)
358 func (g *GoPackage) TestSrcs() []string { func
359 return g.properties.TestSrcs
363 return g.properties.Linux.TestSrcs
367 return g.properties.Darwin.TestSrcs
384 TestSrcs []string
392 TestSrcs []string
396 TestSrcs []string
436 func (g *GoBinary) TestSrcs() []string { func
437 return g.properties.TestSrcs
441 return g.properties.Linux.TestSrcs
445 return g.properties.Darwin.TestSrcs
493 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
496 testSrcs = append(g.properties.TestSrcs, g.properties.Linux.TestSrcs...)