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

Commit 006954ca authored by Devin Moore's avatar Devin Moore
Browse files

Add TEST_MAPPING file for fmq tests

If we change this test service, we should run the tests in presubmits.

Test: atest fmq_test fmq_unit_tests
Bug: 352430316
Change-Id: I36949c8b53a24a53e32ced3c35136574843e2c5d
parent ec0c8a6e
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "fmq_unit_tests"
    },
    {
      "name": "fmq_test"
    }
  ],
  "hwasan-presubmit": [
    {
      "name": "fmq_unit_tests"
    },
    {
      "name": "fmq_test"
    }
  ]
}