!200 适配TDD执行HATS测试套

Merge pull request !200 from liguangjie/master
This commit is contained in:
openharmony_ci 2022-12-15 02:11:48 +00:00 committed by Gitee
commit bb876113c4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -47,7 +47,8 @@ TEST_TYPE_DICT = {"DEX": DeviceTestType.dex_test,
"JST": DeviceTestType.jsunit_test,
"OHJST": DeviceTestType.oh_jsunit_test,
"CXX": DeviceTestType.cpp_test,
"BIN": DeviceTestType.lite_cpp_test}
"BIN": DeviceTestType.lite_cpp_test,
"LTPPosix": DeviceTestType.ltp_posix_test}
EXT_TYPE_DICT = {".dex": DeviceTestType.dex_test,
".hap": DeviceTestType.hap_test,
".apk": DeviceTestType.hap_test,