From b10c18741e961015fbded7df2bbf0ec5f799de9e Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Fri, 27 Dec 2019 12:56:18 -0800 Subject: 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 --- TEST_MAPPING | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 TEST_MAPPING (limited to 'TEST_MAPPING') 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" } + ] + } + ] +} -- cgit v1.2.3