xref: /aosp_15_r20/frameworks/av/media/module/id3/TEST_MAPPING (revision ec779b8e0859a360c3d303172224686826e6e0e1)
1{
2  "postsubmit": [
3    { "name": "ID3Test" }
4  ],
5
6  "presubmit-large": [
7    // this doesn't seem to run any tests.
8    // but: cts-tradefed run -m CtsMediaMiscTestCases -t \
9    // android.media.misc.cts.MediaMetadataRetrieverTest
10    // does run he 32 and 64 bit tests, but not the instant tests
11    // but all I know is that with 'atest', it's not running
12    {
13      "name": "CtsMediaMiscTestCases",
14      "options": [
15          {
16            "include-filter": "android.media.misc.cts.MediaMetadataRetrieverTest"
17          }
18      ]
19    }
20  ]
21}
22