blob: 40d7b8e20aa825bf967ce18b79409ee164eaab14 [file] [log] [blame]
Roshan Pius1dac00b2020-04-16 10:13:41 -07001// 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}