Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58c8c17c authored by Chris Poultney's avatar Chris Poultney
Browse files

Sets up Robolectric tests to run as presubmits

In conjunction with cl/494733953, configures ThemePicker
Robolectric tests to run on presubmit at warning level.

Bug: 263483218
Test: atest ThemePickerRoboTests, ABTD test runs
Change-Id: I3ab04daca28634f345cc6c7894e08b9175cb7cc5
parent c2a87b8b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,5 +13,8 @@ android_robolectric_test {
        "androidx.test.core",
        "androidx.test.runner",
    ],

    upstream: true,

    instrumentation_for: "ThemePicker",
}