Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/sh/
H A Dsh_binary.go186 type ShTest struct { struct
187 ShBinary
189 testProperties TestProperties
191 installDir android.InstallPath
193 data []android.DataPath
194 testConfig android.Path
195 extraTestConfigs android.Paths
197 dataModules map[string]android.Path
383 func (s *ShTest) DepsMutator(ctx android.BottomUpMutatorContext) {
411 func (s *ShTest) addToDataModules(ctx android.ModuleContext, relPath string, path android.Path) {
[all …]
/aosp_15_r20/external/llvm/utils/lit/lit/formats/
H A Dshtest.py6 class ShTest(FileBasedTest): class