mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-12-02 12:17:17 +00:00
Add hdi test suites -power
Signed-off-by: wangchao582 <wangchao582@huawei.com>
This commit is contained in:
parent
af3ed07d59
commit
07b2fdd5c5
@ -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" ]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user