Searched refs:testModuleD (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/ |
D | splice_modules_test.go | 26 testModuleD = &moduleInfo{variantName: "testModuleD"} var 43 with: []*moduleInfo{testModuleD, testModuleE}, 44 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC}, 52 with: []*moduleInfo{testModuleD, testModuleE}, 53 out: []*moduleInfo{testModuleA, testModuleD, testModuleE, testModuleC}, 61 with: []*moduleInfo{testModuleD, testModuleE}, 62 out: []*moduleInfo{testModuleA, testModuleB, testModuleD, testModuleE}, 70 with: []*moduleInfo{testModuleD, testModuleE}, 71 out: []*moduleInfo{testModuleD, testModuleE}, 79 with: []*moduleInfo{testModuleD, testModuleE}, [all …]
|