mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-30 18:41:17 +00:00
hdi test suites -thermal
修改build.gn 文件 Signed-off-by: wangchao582 <wangchao582@huawei.com>
This commit is contained in:
parent
ed45f75a10
commit
af3ed07d59
@ -12,12 +12,19 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import("//build/ohos_var.gni")
|
import("//build/ohos_var.gni")
|
||||||
|
import("//test/xts/hats/build.gni")
|
||||||
import("//test/xts/tools/build/suite.gni")
|
import("//test/xts/tools/build/suite.gni")
|
||||||
|
|
||||||
group("HatsPowermgrThermalTest") {
|
group("HatsPowermgrThermalTest") {
|
||||||
testonly = true
|
testonly = true
|
||||||
deps = [
|
if (hats_rich == false) {
|
||||||
"hdi_thermal:HatsPowermgrThermalTest",
|
deps = [
|
||||||
"hdi_thermal_additional:HatsPowermgrThermalAdditionalTest",
|
"hdi_thermal:HatsPowermgrThermalTest",
|
||||||
]
|
"hdi_thermal_additional:HatsPowermgrThermalAdditionalTest",
|
||||||
|
]
|
||||||
|
} else {
|
||||||
|
deps = [
|
||||||
|
"hdi_thermal:HatsPowermgrThermalTest",
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user