Merged-In: I11c236f3901c9faaeb6c702678d330dde8f07f38 Merged-In: I3d784788884f9b80733786dc73d9bb62ffef817b Change-Id: Iabf5075f225933cd03d2d2ac43b9821ecc9fb7c1
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.