Bug: 180401296 Merged-In: I35fe00aeeb112d5d9971985619e3ec5095dcdb7b Change-Id: I07d008e38827280c9e9c6b7fa31393309f9de8a3
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.