Merged-In: Ie37d07ed9cbce12b9dcd39b332ed2ae66f3edf6c Merged-In: I777bae14ea865ecf1607e1d660fe3102a9b8fa6d Merged-In: I777bae14ea865ecf1607e1d660fe3102a9b8fa6d Change-Id: I0f793ed1ea64127903c6dc906c5afa1db15fff48
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.