diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2019-12-27 12:56:18 -0800 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2019-12-27 12:56:18 -0800 |
commit | b10c18741e961015fbded7df2bbf0ec5f799de9e (patch) | |
tree | c82bb046645e0019d1af2fcb1f2f3935a14217e7 | |
parent | 77e652f76694102b9c6499d5a2209ca0bf44e0c3 (diff) | |
download | fdk-aac-b10c18741e961015fbded7df2bbf0ec5f799de9e.tar.gz fdk-aac-b10c18741e961015fbded7df2bbf0ec5f799de9e.tar.bz2 fdk-aac-b10c18741e961015fbded7df2bbf0ec5f799de9e.zip |
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
-rw-r--r-- | TEST_MAPPING | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 0000000..bc22166 --- /dev/null +++ b/TEST_MAPPING @@ -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" } + ] + } + ] +} |