mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-06-05 22:39:13 +02:00
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
This commit is contained in:
22
TEST_MAPPING
Normal file
22
TEST_MAPPING
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user