mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-27 18:10:45 +00:00
commit
f8104a20f3
@ -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