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

Commit c2b76324 authored by Yihan Dong's avatar Yihan Dong
Browse files

Create the TEST_MAPPING file

Add FlagMacrosTests in presubmit to ensure that test filtering rule
always work as expected.

Bug: 292707070
Test: atest --test-mapping
Change-Id: I7a08b7e41e95063fb3c188da784f56e0973d4fae
parent 987e6ba3
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,12 @@
          "include-filter": "android.cts.flags.tests.FlagAnnotationTest"
          "include-filter": "android.cts.flags.tests.FlagAnnotationTest"
        }
        }
      ]
      ]
    },
    {
      // 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 macros to do filtering will get affected.
      "name": "FlagMacrosTests"
    }
    }
  ]
  ]
}
}