mirror of
https://gitee.com/openharmony/xts_tools
synced 2025-02-25 03:32:25 +00:00
commit
f8104a20f3
@ -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