From 1aac05019faaba116992843dd36c2403fd31f91c Mon Sep 17 00:00:00 2001 From: Gloria Yin Date: Mon, 19 Apr 2021 14:45:35 +0800 Subject: [PATCH] fix ai engine testcases Change-Id: Ibc26e3cc9b4e6924c0478e604868f4995eba0889 --- ai_lite/ai_engine_posix/base/Test.json | 4 ++-- build_lite/BUILD.gn | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ai_lite/ai_engine_posix/base/Test.json b/ai_lite/ai_engine_posix/base/Test.json index 9655484af..4e98134f0 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 5c3ff2177..bf9134a2e 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", ] } } -- GitLab