!112 hits增加编译适配

Merge pull request !112 from jiyong/master
This commit is contained in:
openharmony_ci 2022-01-19 11:24:33 +00:00 committed by Gitee
commit f8104a20f3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 1 deletions

View File

@ -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": {

View File

@ -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