Searched defs:ShTest (Results 1 – 2 of 2) sorted by relevance
186 type ShTest struct { struct187 ShBinary189 testProperties TestProperties191 installDir android.InstallPath193 data []android.DataPath194 testConfig android.Path195 extraTestConfigs android.Paths197 dataModules map[string]android.Path383 func (s *ShTest) DepsMutator(ctx android.BottomUpMutatorContext) {411 func (s *ShTest) addToDataModules(ctx android.ModuleContext, relPath string, path android.Path) {[all …]
6 class ShTest(FileBasedTest): class