提交 0510dfba 编写于 作者: O openharmony_ci 提交者: Gitee

!154 AI子系统用例增加支持linux编译方式

Merge pull request !154 from Gloria Yin/yinge0419
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
"mount": [ "mount": [
{ {
"source": "testcases/ai", "source": "testcases/ai",
"target": "/test_root/ai/engine" "target": "/test_root/ai/ai_engine"
} }
] ]
} }
], ],
"driver": { "driver": {
"type": "CppTestLite", "type": "CppTestLite",
"execute": "/test_root/ai/engine/ActsAiEngineTest.bin" "execute": "/test_root/ai/ai_engine/ActsAiEngineTest.bin"
} }
} }
\ No newline at end of file
...@@ -86,6 +86,7 @@ lite_component("acts_component") { ...@@ -86,6 +86,7 @@ lite_component("acts_component") {
"//test/xts/acts/distributed_schedule_lite/system_ability_manager_posix:ActsSamgrTest", "//test/xts/acts/distributed_schedule_lite/system_ability_manager_posix:ActsSamgrTest",
"//test/xts/acts/appexecfwk_lite/bundle_mgr_posix:ActsBundleMgrTest", "//test/xts/acts/appexecfwk_lite/bundle_mgr_posix:ActsBundleMgrTest",
"//test/xts/acts/aafwk_lite/ability_posix:ActsAbilityMgrTest", "//test/xts/acts/aafwk_lite/ability_posix:ActsAbilityMgrTest",
"//test/xts/acts/ai_lite:ActsAiTest",
] ]
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册