Searched refs:TestSrcs (Results 1 – 1 of 1) sorted by relevance
212 TestSrcs []string219 TestSrcs []string223 TestSrcs []string320 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 { func359 return g.properties.TestSrcs363 return g.properties.Linux.TestSrcs367 return g.properties.Darwin.TestSrcs384 TestSrcs []string[all …]