summaryrefslogtreecommitdiff
path: root/tests/robotests
diff options
context:
space:
mode:
authorChris Poultney <poultney@google.com>2023-02-23 21:12:15 +0000
committerChris Poultney <poultney@google.com>2023-02-23 22:59:57 +0000
commit58c8c17cdebf2c8328ea874bdcc23c4e07f5cfe1 (patch)
treed2a4b1dace9c2539b26d0bf08259da825bedaf03 /tests/robotests
parentc2a87b8b4d666f3f60604f5ca4d5e10c2ebd06b3 (diff)
downloadThemePicker-58c8c17cdebf2c8328ea874bdcc23c4e07f5cfe1.tar.gz
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
Diffstat (limited to 'tests/robotests')
-rw-r--r--tests/robotests/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index e0a37c29..4416e1c4 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -13,5 +13,8 @@ android_robolectric_test {
"androidx.test.core",
"androidx.test.runner",
],
+
+ upstream: true,
+
instrumentation_for: "ThemePicker",
}