Home
last modified time | relevance | path

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

/build/soong/bazel/
Dtesting.go25 type TestModuleInfo struct { struct
32 func (mi TestModuleInfo) Name() string { argument
37 func (mi TestModuleInfo) GenerateBuildActions(blueprint.ModuleContext) {} argument
39 func (mi TestModuleInfo) equals(other TestModuleInfo) bool { argument
44 var _ blueprint.Module = TestModuleInfo{}
48 Modules []TestModuleInfo
59 return TestModuleInfo{}, false
63 func (omc *OtherModuleTestContext) testModuleInfo(m blueprint.Module) (TestModuleInfo, bool) {
64 mi, ok := m.(TestModuleInfo)
66 return TestModuleInfo{}, false
[all …]
Dproperties_test.go629 Modules: []TestModuleInfo{{ModuleName: "srcs", Typ: "fg", Dir: "dir"}},