mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-30 11:30:41 +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": [],
|
||||
"test_list": [
|
||||
"//test/xts/acts:acts",
|
||||
"//test/xts/hats:hats"
|
||||
"//test/xts/hats:hats",
|
||||
"//test/xts/hats:hits"
|
||||
]
|
||||
},
|
||||
"ivi_tests": {
|
||||
|
@ -21,6 +21,7 @@ declare_args() {
|
||||
XTS_ROOT = "//test/xts"
|
||||
ACTS_ROOT = "//test/xts/acts"
|
||||
HATS_ROOT = "//test/xts/hats"
|
||||
HITS_ROOT = "//test/xts/hits"
|
||||
|
||||
# create testsuite archive is time-consuming, do it only if necessary
|
||||
make_archive = false
|
||||
|
Loading…
Reference in New Issue
Block a user