Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/tradefed_modules/
H A Dtest_suite.go27 const testSuiteModuleType = "test_suite" const
43 ctx.RegisterModuleType(testSuiteModuleType, TestSuiteFactory)
78 if ctx.OtherModuleType(child) == testSuiteModuleType {