summaryrefslogtreecommitdiff
path: root/mm/TEST_MAPPING
blob: d0b2e4bbfc98b3e0b03f840d6651ce95a562cada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "imports": [
    {
      "path": "frameworks/base/apex/jobscheduler/service/java/com/android/server/job/"
    },
    {
      "path": "system/memory/libmeminfo"
    },
    {
      "path": "system/memory/libmeminfo/libdmabufinfo"
    },
    {
      "path": "system/memory/libmemunreachable"
    }
  ],
  "presubmit": [
    {
      "name": "CtsJobSchedulerTestCases",
      "options": [
        {
          "exclude-annotation": "com.android.testutils.SkipPresubmit"
        }
      ]
    },
    {
      "name": "selftests",
      "options": [
        {
          "include-filter": "kselftest_mm_mremap_dontunmap"
        },
        {
          "include-filter": "kselftest_mm_mremap_test"
        },
        {
          "include-filter": "kselftest_mm_uffd_unit_tests"
        }
      ]
    }
  ]
}