Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cd75f7f authored by Ray Essick's avatar Ray Essick Committed by Automerger Merge Worker
Browse files

Merge "Add Mpeg4H263DecoderTest to mts test_suite" am: c9c79ff6

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1651753

Change-Id: Ic34884d8fa724e1f3b7a7083b6518ab7f9bfa38f
parents e1b8c64c c9c79ff6
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -28,7 +28,24 @@ package {
cc_test {
    name: "Mpeg4H263DecoderTest",
    gtest: true,
    test_suites: ["device-tests"],

    test_suites: [
        "device-tests",
        "mts",
    ],

    // Support multilib variants (using different suffix per sub-architecture), which is needed on
    // build targets with secondary architectures, as the MTS test suite packaging logic flattens
    // all test artifacts into a single `testcases` directory.
    compile_multilib: "both",
    multilib: {
        lib32: {
            suffix: "32",
        },
        lib64: {
            suffix: "64",
        },
    },

    srcs: [
        "Mpeg4H263DecoderTest.cpp",
+2 −1
Original line number Diff line number Diff line
@@ -15,9 +15,10 @@
-->
<configuration description="Test module config for Mpeg4H263 Decoder unit tests">
    <option name="test-suite-tag" value="Mpeg4H263DecoderTest" />
    <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
    <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
        <option name="cleanup" value="true" />
        <option name="push" value="Mpeg4H263DecoderTest->/data/local/tmp/Mpeg4H263DecoderTest" />
        <option name="append-bitness" value="true" />
        <option name="push-file"
            key="https://storage.googleapis.com/android_media/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/Mpeg4H263Decoder-1.1.zip?unzip=true"
            value="/data/local/tmp/Mpeg4H263DecoderTestRes/" />