(Cherry pick part of I5df95528aae12b43a15389b8048f14d9508272f3) Bug: 151657272 Test: build pass Change-Id: Iedfa26b320480cf4b606293c39a3ac94da1ad1fa Merged-In: Iedfa26b320480cf4b606293c39a3ac94da1ad1fa
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.