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

Commit 507cbc4e authored by Paul Duffin's avatar Paul Duffin
Browse files

Add TEST_MAPPING for api specifications

Changes to the various api directories will run the
tests which make use of the API specification in those directories.

Could not include CtsSystemApiSignatureTestCases as it is broken on
git_master because of bug 116632058.

Bug: 123254057
Test: atest
Change-Id: I1fe4ca498cbd0393aba7cf4c1386a6325ace7937
parent 6606b772
Loading
Loading
Loading
Loading

api/TEST_MAPPING

0 → 100644
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsCurrentApiSignatureTestCases"
    }
  ]
}
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsAndroidTestBase27ApiSignatureTestCases"
    }
  ]
}
+10 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsAndroidTestMockCurrentApiSignatureTestCases"
    },
    {
      "name": "CtsCurrentApiSignatureTestCases"
    }
  ]
}
+10 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsAndroidTestRunnerCurrentApiSignatureTestCases"
    },
    {
      "name": "CtsCurrentApiSignatureTestCases"
    }
  ]
}