Merged-In: I777bae14ea865ecf1607e1d660fe3102a9b8fa6d Merged-In: I2b0706fc636af827e9a7f76ca00c99653d569dbf Change-Id: I47f15d872a0adcafe26fa349b3d0ecdcdc061872
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.