Bug: 167233921 Merged-In: I8e3eb6c072488fdc33fae1ebabd17980a67f5d7d Change-Id: I0411c2f1dbc2fa47b23ff52cacca990f3141f52f
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.