• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4      "name": "HelloWorldTests",
5      "options": [
6        {
7          "instrumentation-arg": "annotation:=android.support.test.filters.SmallTest"
8        }
9      ]
10    },
11    {
12      "name": "hello_world_test",
13      "host": true
14    },
15    {
16      "name": "CtsPerfettoTestCases"
17    },
18    {
19      "name": "CtsApacheHttpLegacy27ApiSignatureTestCases"
20    },
21    {
22      "name": "ziparchive-tests"
23    },
24    {
25      "name": "CtsDpiTestCases",
26      "options": [
27        {
28          "include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest"
29        }
30      ]
31    },
32    {
33      "name": "CtsSampleHostTestCases"
34    }
35  ]
36}
37