Merge "Build target-side Thermal test with coverage."
This commit is contained in:
commit
187508a63a
3 changed files with 31 additions and 0 deletions
|
@ -31,8 +31,12 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
"/>
|
||||
<option name="binary-test-type" value="gtest" />
|
||||
<option name="test-timeout" value="5m" />
|
||||
<option name="test-cobfig-path"
|
||||
value="vts/testcases/hal/thermal/hidl/target/ThermalHidlBasicTest.config" />
|
||||
</test>
|
||||
</configuration>
|
||||
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"use_gae_db": true,
|
||||
"coverage": true,
|
||||
"modules": [{
|
||||
"module_name": "system/lib64/hw/thermal.bullhead",
|
||||
"git_project": {
|
||||
"name": "device/lge/bullhead",
|
||||
"path": "device/lge/bullhead"
|
||||
}
|
||||
},
|
||||
{
|
||||
"module_name": "system/lib64/hw/thermal.marlin",
|
||||
"git_project": {
|
||||
"name": "device/google/marlin",
|
||||
"path": "device/google/marlin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"module_name": "system/lib64/hw/android.hardware.thermal@1.0-impl",
|
||||
"git_project": {
|
||||
"name": "platform/hardware/interfaces".
|
||||
"path": "hardware/interfaces"
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Reference in a new issue