• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Add tests for all the mainline modules relying on this library.
2{
3  "presubmit": [
4    {
5      // Unit tests for framework-wifi.jar
6      "name": "FrameworksWifiApiTests"
7    }
8    // TODO: Re-enable when this is stable.
9    // {
10      // Wifi CTS tests
11      // "name": "CtsWifiTestCases"
12    // }
13  ],
14  "presubmit-large": [
15    {
16      // Unit tests for service-wifi.jar
17      "name": "FrameworksWifiTests"
18    }
19  ]
20}
21