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

Commit d0256ac9 authored by Craig Donner's avatar Craig Donner
Browse files

Enable coverage for VR VTS.

Bug: 32022964
Test: manual
Change-Id: I597a9692886686934b374fac9e6bd1c51e683a92
parent 6e3cb80c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -26,7 +26,11 @@ cc_test {
    ],
    static_libs: ["libgtest"],
    cflags: [
       "--coverage",
       "-O0",
        "-g",
    ],
    ldflags: [
        "--coverage"
    ]
}
+2 −1
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
            "/>
        <option name="binary-test-type" value="gtest" />
        <option name="test-timeout" value="1m" />
        <option name="test-config-path" value="vts/testcases/hal/vr/hidl/target/VrHidlTargetTest.config" />
</test>
</configuration>
+25 −0
Original line number Diff line number Diff line
{
    "use_gae_db": true,
    "coverage": true,
    "modules": [{
                    "module_name": "system/lib64/hw/vr.marlin",
                    "git_project": {
                        "name": "device/google/marlin",
                        "path": "device/google/marlin"
                    }
                },
                {
                    "module_name": "system/lib64/hw/vr.sailfish",
                    "git_project": {
                        "name": "device/google/marlin",
                        "path": "device/google/marlin"
                    }
                },
                {
                    "module_name": "system/lib64/hw/android.hardware.vr@1.0-impl",
                    "git_project": {
                        "name": "platform/hardware/interfaces",
                        "path": "hardware/interfaces"
                    }
                }]
}