Files
2023-10-13 14:01:41 +00:00

19 lines
398 B
Plaintext

// 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"
// }
]
}