Add hdi test suites -power

Signed-off-by: wangchao582 <wangchao582@huawei.com>
This commit is contained in:
wangchao582 2023-12-13 09:59:48 +08:00
parent af3ed07d59
commit 07b2fdd5c5

View File

@ -12,12 +12,17 @@
# limitations under the License.
import("//build/ohos_var.gni")
import("//test/xts/hats/build.gni")
import("//test/xts/tools/build/suite.gni")
group("HatsPowermgrPowerTest") {
testonly = true
deps = [
"hdi_power:HatsPowermgrPowerTest",
"hdi_power_additional:HatsPowermgrPowerAdditionalTest",
]
if (hats_rich == false) {
deps = [
"hdi_power:HatsPowermgrPowerTest",
"hdi_power_additional:HatsPowermgrPowerAdditionalTest",
]
} else {
deps = [ "hdi_power:HatsPowermgrPowerTest" ]
}
}