You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
658 B
36 lines
658 B
{ |
|
"presubmit": [ |
|
{ |
|
"name": "HelloWorldTests", |
|
"options": [ |
|
{ |
|
"instrumentation-arg": "annotation:=android.support.test.filters.SmallTest" |
|
} |
|
] |
|
}, |
|
{ |
|
"name": "hello_world_test", |
|
"host": true |
|
}, |
|
{ |
|
"name": "CtsPerfettoTestCases" |
|
}, |
|
{ |
|
"name": "CtsApacheHttpLegacy27ApiSignatureTestCases" |
|
}, |
|
{ |
|
"name": "ziparchive-tests" |
|
}, |
|
{ |
|
"name": "CtsDpiTestCases", |
|
"options": [ |
|
{ |
|
"include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest" |
|
} |
|
] |
|
}, |
|
{ |
|
"name": "CtsSampleHostTestCases" |
|
} |
|
] |
|
}
|
|
|