aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 4c2f19deced9e37586a7f899a9ae3649cb96c846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "presubmit": [
    {
      "name": "CtsPerfettoTestCases"
    },
    // Additional presubmit tests that explicitly exercise
    // Perfetto's backend
    {
      "name": "libsurfaceflinger_unittest",
      "options": [
          {
	      "include-filter": "FrameTracerTest.*"
	  }
      ]
    }
  ]
}