This is not yet implemented and should not appear as an option. Bug: 76420446 Test: make RunSettingsRoboTests -j100 Change-Id: I40f1f48cc93417536a1680923c7628139a0534b1
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.