hdi test suites -thermal

修改build.gn 文件

Signed-off-by: wangchao582 <wangchao582@huawei.com>
This commit is contained in:
wangchao582 2023-12-12 18:04:25 +08:00
parent ed45f75a10
commit af3ed07d59

View File

@ -12,12 +12,19 @@
# limitations under the License.
import("//build/ohos_var.gni")
import("//test/xts/hats/build.gni")
import("//test/xts/tools/build/suite.gni")
group("HatsPowermgrThermalTest") {
testonly = true
deps = [
"hdi_thermal:HatsPowermgrThermalTest",
"hdi_thermal_additional:HatsPowermgrThermalAdditionalTest",
]
if (hats_rich == false) {
deps = [
"hdi_thermal:HatsPowermgrThermalTest",
"hdi_thermal_additional:HatsPowermgrThermalAdditionalTest",
]
} else {
deps = [
"hdi_thermal:HatsPowermgrThermalTest",
]
}
}