Adds TEST_MAPPING for Settings > Accessibility unit tests.

This initial TEST_MAPPING file is postsubmit only until we validate
which tests are stable enough to be moved to presubmit and which need
fixes.

Bug: 267225211
Test: atest --test-mapping packages/apps/Settings/src/com/android/settings/accessibility
Change-Id: I5e5f337d4ea7618ab92d3daa5171fd8ee1508c59
This commit is contained in:
Daniel Norman
2023-04-14 10:46:43 -07:00
parent fd5aaae591
commit c14d26462b
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"postsubmit": [
{
"name": "SettingsUnitTests",
"options": [
{
"include-filter": "com.android.settings.accessibility"
}
]
}
]
}

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "packages/apps/Settings/src/com/android/settings/accessibility/TEST_MAPPING"
}
]
}