android_robolectric_test is having some implicit deps removed from it, so add in what we depend on directly. Bug: 157451444 Bug: 161767237 Bug: 167568930 Test: m RunSettingsRoboTests Exempt-From-Owner-Approval: Cherry-pick Merged-In: I847cbeaab7aab6e3cb109df7cafd8a63d63c6acb Change-Id: I847cbeaab7aab6e3cb109df7cafd8a63d63c6acb
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.