Bug: 152581438 Test: (1) make -j42 RunSettingsRoboTests (2) check NFC UI and function work as 2nd user Change-Id: Ibf0346b992406c1d6329580083c1cd49180376cf
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.