From f632e989a0383d8134ffce77ebf17a729b588131 Mon Sep 17 00:00:00 2001 From: James O'Leary Date: Mon, 18 Nov 2019 15:29:23 -0500 Subject: [PATCH] Add test mapping for ScreenshotHelperTests Runs tests on presubmit Test: Ran `atest` in core/tests/screenshothelpertests, `atest` successfully picked up screenshothelpertest as a presubmit test, ran it, and the test succeeded. Test output available here: https://drive.google.com/open?id=12M28e84bkAZtnQYe7-6f8ybs31bULWV_ Bug: b/140526005 Change-Id: Ic0a288c88232eeddd03591b590b0ef3d8c98fa93 --- core/java/com/android/internal/util/TEST_MAPPING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/java/com/android/internal/util/TEST_MAPPING diff --git a/core/java/com/android/internal/util/TEST_MAPPING b/core/java/com/android/internal/util/TEST_MAPPING new file mode 100644 index 0000000000000..5881c5198617e --- /dev/null +++ b/core/java/com/android/internal/util/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "ScreenshotHelperTests" + } + ] +} \ No newline at end of file