You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
425 B
21 lines
425 B
// Add tests for all the mainline modules relying on this library.
|
|
{
|
|
"presubmit": [
|
|
{
|
|
// Unit tests for framework-wifi.jar
|
|
"name": "FrameworksWifiApiTests"
|
|
}
|
|
// TODO: Re-enable when this is stable.
|
|
// {
|
|
// Wifi CTS tests
|
|
// "name": "CtsWifiTestCases"
|
|
// }
|
|
],
|
|
"presubmit-large": [
|
|
{
|
|
// Unit tests for service-wifi.jar
|
|
"name": "FrameworksWifiTests"
|
|
}
|
|
]
|
|
}
|