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