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

Commit 13be0a5f authored by Wenshan Fu's avatar Wenshan Fu
Browse files

Create the TEST_MAPPING file

Add FlagAnnotationTests in presubmit to ensure that test filtering rule
always works as expected.

Test: atest --test-mapping
Bug: 277819423
Change-Id: I7cc3a70495f8d62ed7a5b26edc4fd240e73ccf61
parent f1640970
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      // Ensure changes on aconfig auto generated library is compatible with
      // test testing filtering logic. Breakage on this test means all tests
      // that using the flag annotations to do filtering will get affected.
      "name": "FlagAnnotationTests",
      "options": [
        {
          "include-filter": "android.cts.flags.tests.FlagAnnotationTest"
        }
      ]
    }
  ]
}