This ensures that developers do not accidentally delete/rename overlayed icons without updating overlayable_icons_test.xml and renaming overlayed assets. Bug: 128571899 Test: make RunSettingsRoboTests Change-Id: I991883a7d480fbae848106ab24033a16d1405300
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.