Searched defs:TestingModule (Results 1 – 2 of 2) sorted by relevance
237 type TestingModule struct { struct238 module Module242 func (m TestingModule) Module() Module {248 func (m TestingModule) MaybeRule(rule string) TestingBuildParams {253 func (m TestingModule) Rule(rule string) TestingBuildParams {259 func (m TestingModule) MaybeDescription(desc string) TestingBuildParams {265 func (m TestingModule) Description(desc string) TestingBuildParams {271 func (m TestingModule) MaybeOutput(file string) TestingBuildParams {278 func (m TestingModule) Output(file string) TestingBuildParams {283 func (m TestingModule) AllOutputs() []string {
657 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool {668 func numDeps(ctx *TestContext, module TestingModule) int {