From ff52e4fcbab0ffeb41ff0261f81751f452ee79f6 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Wed, 10 Jan 2024 13:47:57 -0800 Subject: [PATCH] audio: Add libaudioclient tests to postsubmit for the AIDL HAL These framework-side tests are helpful in detecting breakages caused by changes in the HAL code. Add to postsubmit first because the presubmit check does not allow adding to presubmit without accumulating some history first. Bug: 311830316 Test: atest Change-Id: I1f946c71a89117d25f39fde34877988ea7e1d466 --- audio/aidl/TEST_MAPPING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/audio/aidl/TEST_MAPPING b/audio/aidl/TEST_MAPPING index 2b6207eb06..36c88dbad5 100644 --- a/audio/aidl/TEST_MAPPING +++ b/audio/aidl/TEST_MAPPING @@ -55,6 +55,21 @@ "postsubmit": [ { "name": "VtsHalSpatializerTargetTest" + }, + { + "name": "audiorecord_tests" + }, + { + "name": "audioeffect_tests" + }, + { + "name": "audiorouting_tests" + }, + { + "name": "trackplayerbase_tests" + }, + { + "name": "audiosystem_tests" } ] }