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

Commit c14d2646 authored by Daniel Norman's avatar Daniel Norman
Browse files

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
parent fd5aaae5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
  "postsubmit": [
    {
      "name": "SettingsUnitTests",
      "options": [
        {
          "include-filter": "com.android.settings.accessibility"
        }
      ]
    }
  ]
}
+7 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      "path": "packages/apps/Settings/src/com/android/settings/accessibility/TEST_MAPPING"
    }
  ]
}
 No newline at end of file