mirror of
https://gitee.com/openharmony/xts_tools
synced 2025-03-01 13:35:48 +00:00
hits 编译适配
Signed-off-by: jiyong <jiyong@huawei.com>
This commit is contained in:
parent
a3be319b1a
commit
6da1f4f966
@ -10,7 +10,8 @@
|
|||||||
"system_kits": [],
|
"system_kits": [],
|
||||||
"test_list": [
|
"test_list": [
|
||||||
"//test/xts/acts:acts",
|
"//test/xts/acts:acts",
|
||||||
"//test/xts/hats:hats"
|
"//test/xts/hats:hats",
|
||||||
|
"//test/xts/hats:hits"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ivi_tests": {
|
"ivi_tests": {
|
||||||
|
@ -21,6 +21,7 @@ declare_args() {
|
|||||||
XTS_ROOT = "//test/xts"
|
XTS_ROOT = "//test/xts"
|
||||||
ACTS_ROOT = "//test/xts/acts"
|
ACTS_ROOT = "//test/xts/acts"
|
||||||
HATS_ROOT = "//test/xts/hats"
|
HATS_ROOT = "//test/xts/hats"
|
||||||
|
HITS_ROOT = "//test/xts/hits"
|
||||||
|
|
||||||
# create testsuite archive is time-consuming, do it only if necessary
|
# create testsuite archive is time-consuming, do it only if necessary
|
||||||
make_archive = false
|
make_archive = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user