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
This commit is contained in:
James O'Leary
2019-11-18 15:29:23 -05:00
parent 0d9dd2b0f3
commit f632e989a0

View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "ScreenshotHelperTests"
}
]
}