提交 20de2d2b 编写于 作者: O openharmony_ci 提交者: Gitee

!15 增加调用py函数入口,正常分段解析module;

Merge pull request !15 from jiyong/master
......@@ -18,7 +18,11 @@ lite_component("acts_compoment") {
all_features = []
features = []
if (ohos_xts_test_args != "") {
all_features += [ ohos_xts_test_args ]
args = [
"--method_name", "get_target_modules",
"--arguments", "all_features=${ohos_xts_test_args}"
]
all_features += exec_script(rebase_path("//test/xts/tools/build/utils.py"), args, "list lines")
} else {
if(ohos_kernel_type == "liteos_riscv") {
all_features += [
......
......@@ -66,7 +66,7 @@ LITE_TEST_CASE(IntTestSuite, TestCase001, LEVEL1)
*/
LITE_TEST_CASE(IntTestSuite, TestCase002, LEVEL2)
{
TEST_ASSERT_EQUAL_INT(LEVEL2, LEVEL2);
TEST_FAIL();
};
RUN_TEST_SUITE(IntTestSuite);
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册