Searched defs:TestingModule (Results 1 – 2 of 2) sorted by relevance
256 type TestingModule struct { struct257 module Module261 func (m TestingModule) Module() Module {267 func (m TestingModule) MaybeRule(rule string) TestingBuildParams {272 func (m TestingModule) Rule(rule string) TestingBuildParams {278 func (m TestingModule) MaybeDescription(desc string) TestingBuildParams {284 func (m TestingModule) Description(desc string) TestingBuildParams {290 func (m TestingModule) MaybeOutput(file string) TestingBuildParams {297 func (m TestingModule) Output(file string) TestingBuildParams {302 func (m TestingModule) AllOutputs() []string {
672 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool {683 func numDeps(ctx *TestContext, module TestingModule) int {