1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-06 10:43:25 +01:00
fdk-aac/TEST_MAPPING
Jean-Michel Trivi b10c18741e Add TEST_MAPPING for aac project
Add a TEST_MAPPING file for this project so every change runs
all the CTS decoding tests as presubmit.
Alternatively this can be used as a convenient way to run all
AAC tests in one command.

Test: [from root] atest --test-mapping external/aac/
Test: [from external/aaac] atest
Change-Id: Ic03753b57bb1d3b6a06ced1fd7f321bf8402e8cf
2019-12-27 12:56:18 -08:00

23 lines
1.2 KiB
Plaintext

{
"presubmit": [
{
"name": "CtsMediaTestCases",
"options": [
{ "include-filter": "android.media.cts.DecoderTest#testCodecResetsM4a" },
{ "include-filter": "android.media.cts.DecoderTest#testDecode51M4a" },
{ "include-filter": "android.media.cts.DecoderTest#testDecodeAacEldM4a" },
{ "include-filter": "android.media.cts.DecoderTest#testDecodeAacLcM4a" },
{ "include-filter": "android.media.cts.DecoderTest#testDecodeAacLcMcM4a" },
{ "include-filter": "android.media.cts.DecoderTest#testDecodeAacTs" },
{ "include-filter": "android.media.cts.DecoderTest#testDecodeHeAacM4a" },
{ "include-filter": "android.media.cts.DecoderTest#testDecodeHeAacMcM4a" },
{ "include-filter": "android.media.cts.DecoderTest#testDecodeHeAacV2M4a" },
{ "include-filter": "android.media.cts.DecoderTest#testDecodeM4a" },
{ "include-filter": "android.media.cts.DecoderTest#testDecodeMonoM4a" },
{ "include-filter": "android.media.cts.DecoderTestXheAac" },
{ "include-filter": "android.media.cts.DecoderTestAacDrc" }
]
}
]
}