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

Commit b9b0aa48 authored by Devin Moore's avatar Devin Moore
Browse files

Add tetheroffload VTS to general-tests

Also add it to TEST_MAPPING so it's run in presubmits.

Test: na
Bug: 205762647
Change-Id: I9c43ffcff5ccf0fcabcab08101ebc454c7fe3317
parent 6ffc5c49
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "presubmit" : [
    {
      "name": "VtsHalTetheroffloadTargetTest"
    }
  ]
}
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ cc_test {
        "libgmock_ndk",
    ],
    test_suites: [
        "general-tests",
        "vts",
    ],
}