Test: run robo tests Bug: 215047192 Bug: 215047320 Bug: 215047319 Bug: 215046294 Bug: 215046609 Bug: 215047177 Bug: 215046603 Bug: 215046286 Change-Id: I6cfdcde663fa531754ee473421577357890ab540
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.