diff --git a/ai_lite/ai_engine_posix/base/Test.json b/ai_lite/ai_engine_posix/base/Test.json index 9655484afb92bb9a074f98b9d4e85aee55f2eb9c..4e98134f01db620be3e3f1bab9dcb00ae8f0e4d7 100644 --- a/ai_lite/ai_engine_posix/base/Test.json +++ b/ai_lite/ai_engine_posix/base/Test.json @@ -13,13 +13,13 @@ "mount": [ { "source": "testcases/ai", - "target": "/test_root/ai/engine" + "target": "/test_root/ai/ai_engine" } ] } ], "driver": { "type": "CppTestLite", - "execute": "/test_root/ai/engine/ActsAiEngineTest.bin" + "execute": "/test_root/ai/ai_engine/ActsAiEngineTest.bin" } } \ No newline at end of file diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 5c3ff21773d7eb67fc9bfdac9e9ae9b11e4349f0..bf9134a2e41065d2db7d702b92cc7f480805b8d0 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -86,6 +86,7 @@ lite_component("acts_component") { "//test/xts/acts/distributed_schedule_lite/system_ability_manager_posix:ActsSamgrTest", "//test/xts/acts/appexecfwk_lite/bundle_mgr_posix:ActsBundleMgrTest", "//test/xts/acts/aafwk_lite/ability_posix:ActsAbilityMgrTest", + "//test/xts/acts/ai_lite:ActsAiTest", ] } }