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.
|
||||
|
||||
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",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user