This relands I385629c5c958e94ea289e88b0e65eb005006f4e3. Bug: 175124789 Change-Id: Ib2cb9f4e080f4de6313d7dba3185709fd60130b7 Test: m RunSettingsGoogleRoboTests
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.