summaryrefslogtreecommitdiff
path: root/packages/CarSystemUI/TEST_MAPPING
blob: c18a12aeb2aaabd87fb89fac810c2f2e5c31165b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "auto-end-to-end-presubmit": [
    {
      "name": "AndroidAutoUiTests",
      "options" : [
        {
          "include-filter": "android.test.functional.auto.apps.HomeHelperTest"
        }
      ]
    }
  ],

  "carsysui-presubmit": [
    {
      "name": "CarSystemUITests",
      "options" : [
        {
          "include-annotation": "com.android.systemui.car.CarSystemUiTest"
        }
      ]
    }
  ]
}