This reverts commit b71f7af512b506ee74f75f92a1cc254018c3c924. Bug: 171371424 Test: m -j30 RunSettingsRoboTests Change-Id: Id483ca41d3aced0893f0eff370270b5010eb8a7a
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.