Home
last modified time | relevance | path

Searched defs:TestModuleInfo (Results 1 – 1 of 1) sorted by relevance

/build/soong/bazel/
Dtesting.go25 type TestModuleInfo struct { struct
26 ModuleName string
27 Typ string
28 Dir string
32 func (mi TestModuleInfo) Name() string {
37 func (mi TestModuleInfo) GenerateBuildActions(blueprint.ModuleContext) {}
39 func (mi TestModuleInfo) equals(other TestModuleInfo) bool {