Because I missed them in the long whitelist the first time... Change-Id: I9fbd7b33e06b3f2f6e5e5778f78abfdb1a52006a Merged-In: I01c8c80fe306667c1d3ac007b16fad546c5a5f40 Fixes: 79779103 Test: robotests
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.