Bug: 146004827 Test: make RunSettingsRoboTests ROBOTEST_FILTER=BackGestureIndicatorViewTest Change-Id: Id8c01bf047138a1721237f368f269c6def964515
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.