Home
last modified time | relevance | path

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

/build/soong/sh/
Dsh_binary.go199 type ShTest struct { struct
200 ShBinary
202 testProperties TestProperties
204 installDir android.InstallPath
206 data []android.DataPath
207 testConfig android.Path
208 extraTestConfigs android.Paths
210 dataModules map[string]android.Path
402 func (s *ShTest) DepsMutator(ctx android.BottomUpMutatorContext) {
430 func (s *ShTest) addToDataModules(ctx android.ModuleContext, relPath string, path android.Path) {
[all …]