mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
audio: Add test configs for effects VTS tests am: b80de7bcd7
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2890072 Change-Id: Ia1b3c1aa17fd406f7246a58373437eeb0cae1ba7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -36,6 +36,7 @@ cc_defaults {
|
|||||||
"-Werror",
|
"-Werror",
|
||||||
"-Wthread-safety",
|
"-Wthread-safety",
|
||||||
],
|
],
|
||||||
|
test_config_template: "VtsHalAudioTargetTestTemplate.xml",
|
||||||
test_suites: [
|
test_suites: [
|
||||||
"general-tests",
|
"general-tests",
|
||||||
"vts",
|
"vts",
|
||||||
@@ -71,7 +72,6 @@ cc_test {
|
|||||||
"VtsHalAudioCoreConfigTargetTest.cpp",
|
"VtsHalAudioCoreConfigTargetTest.cpp",
|
||||||
"VtsHalAudioCoreModuleTargetTest.cpp",
|
"VtsHalAudioCoreModuleTargetTest.cpp",
|
||||||
],
|
],
|
||||||
test_config: "VtsHalAudioCoreTargetTest.xml",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_test {
|
cc_test {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<configuration description="Runs VtsHalAudioCoreTargetTest.">
|
<configuration description="Runs {MODULE}.">
|
||||||
<option name="test-suite-tag" value="apct" />
|
<option name="test-suite-tag" value="apct" />
|
||||||
<option name="test-suite-tag" value="apct-native" />
|
<option name="test-suite-tag" value="apct-native" />
|
||||||
|
|
||||||
@@ -27,12 +27,12 @@
|
|||||||
|
|
||||||
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
|
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
|
||||||
<option name="cleanup" value="true" />
|
<option name="cleanup" value="true" />
|
||||||
<option name="push" value="VtsHalAudioCoreTargetTest->/data/local/tmp/VtsHalAudioCoreTargetTest" />
|
<option name="push" value="{MODULE}->/data/local/tmp/{MODULE}" />
|
||||||
</target_preparer>
|
</target_preparer>
|
||||||
|
|
||||||
<test class="com.android.tradefed.testtype.GTest" >
|
<test class="com.android.tradefed.testtype.GTest" >
|
||||||
<option name="native-test-device-path" value="/data/local/tmp" />
|
<option name="native-test-device-path" value="/data/local/tmp" />
|
||||||
<option name="module-name" value="VtsHalAudioCoreTargetTest" />
|
<option name="module-name" value="{MODULE}" />
|
||||||
<option name="native-test-timeout" value="10m" />
|
<option name="native-test-timeout" value="10m" />
|
||||||
</test>
|
</test>
|
||||||
</configuration>
|
</configuration>
|
||||||
Reference in New Issue
Block a user