blob: dd12cc5c9559c725252ecb85451864022e47a3c0 [file] [log] [blame]
Andreas Gampe124b3a92019-03-04 13:59:17 -08001{
2 "presubmit": [
3 {
Garfield Tanc0bf4442019-07-09 10:02:13 -07004 "name": "CtsInlineMockingTestCases",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.LargeTest"
8 }
9 ]
Andreas Gampe124b3a92019-03-04 13:59:17 -080010 },
11 {
Garfield Tanc0bf4442019-07-09 10:02:13 -070012 "name": "CtsExtendedMockingTestCases",
13 "options": [
14 {
15 "exclude-annotation": "androidx.test.filters.LargeTest"
16 }
17 ]
Andreas Gampe124b3a92019-03-04 13:59:17 -080018 }
19 ],
20 "imports": [
21 {
22 "path": "cts/hostsidetests/jvmti"
23 }
24 ]
25}