hits 编译适配

Signed-off-by: jiyong <jiyong@huawei.com>
This commit is contained in:
jiyong 2022-01-19 16:50:59 +08:00
parent a3be319b1a
commit 6da1f4f966
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