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

Commit da45ea57 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add tests for TreeHugger Presubmit." into rvc-dev am: f7d03e83

Change-Id: I484ff2b01663a588b52908c5e7e1be4a733b6000
parents 67e6bee9 f7d03e83
Loading
Loading
Loading
Loading
+25 −0
Original line number Original line Diff line number Diff line
@@ -3,5 +3,30 @@
    {
    {
      "path": "system/apex/tests"
      "path": "system/apex/tests"
    }
    }
  ],
  "presubmit": [
    // The following tests validate codec and drm path.
    {
      "name": "GtsMediaTestCases",
      "options" : [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
        }
      ]
    },
    {
      "name": "GtsExoPlayerTestCases",
      "options" : [
        {
          "include-annotation": "android.platform.test.annotations.SocPresubmit"
        },
        {
          "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed"
        }
      ]
    }
  ]
  ]
}
}