aosp12/tools/dexter/TEST_MAPPING

26 lines
436 B
Plaintext

{
"presubmit": [
{
"name": "CtsInlineMockingTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{
"name": "CtsExtendedMockingTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
}
],
"imports": [
{
"path": "cts/hostsidetests/jvmti"
}
]
}