aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 40d7b8e20aa825bf967ce18b79409ee164eaab14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Add tests for all the mainline modules relying on this library.
{
  "presubmit": [
    {
      // Unit tests for service-wifi.jar
      "name": "FrameworksWifiTests"
    },
    {
      // Unit tests for framework-wifi.jar
      "name": "FrameworksWifiApiTests"
    }
    // TODO: Re-enable when this is stable.
    // {
      // Wifi CTS tests
      // "name": "CtsWifiTestCases"
    // }
  ]
}