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

Commit 3c4a8625 authored by Derek Jedral's avatar Derek Jedral
Browse files

[Trust] Add test target for tablets.

Add a target for tablets that we can point to in order to run tests
during pre and post-submit.

Test: local atest
Bug: 228851008
Change-Id: Ie0a1186cc97388c1b9c282c81e8bfcab5eec814b
parent 9e7e2b5c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -11,5 +11,18 @@
        }
      ]
    }
  ],
  "trust-tablet": [
    {
      "name": "TrustTests",
      "options": [
        {
          "include-filter": "android.trust.test"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
 No newline at end of file
+13 −0
Original line number Diff line number Diff line
@@ -11,5 +11,18 @@
          }
        ]
      }
    ],
    "trust-tablet": [
      {
        "name": "TrustTests",
        "options": [
          {
            "include-filter": "android.trust.test"
          },
          {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
          }
        ]
      }
    ]
  }
 No newline at end of file
+13 −0
Original line number Diff line number Diff line
@@ -11,5 +11,18 @@
        }
      ]
    }
  ],
  "trust-tablet": [
    {
      "name": "TrustTests",
      "options": [
        {
          "include-filter": "android.trust.test"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
 No newline at end of file