提交 e88a1dd0 编写于 作者: S scholar-lc

acts 整改

Signed-off-by: Nscholar-lc <1936194231@qq.com>
上级 7a58b418
...@@ -16,8 +16,8 @@ import("//test/xts/tools/build/suite.gni") ...@@ -16,8 +16,8 @@ import("//test/xts/tools/build/suite.gni")
config("nnrt_config") { config("nnrt_config") {
include_dirs = [ include_dirs = [
"../common", "../common",
"//foundation/ai/neural_network_runtime", "../../../../../../../foundation/ai/neural_network_runtime",
"//foundation/ai/neural_network_runtime/third_party/include", "../../../../../../../foundation/ai/neural_network_runtime/third_party/include",
"//third_party/googletest/googletest/include", "//third_party/googletest/googletest/include",
"//third_party/googletest/googlemock/include", "//third_party/googletest/googlemock/include",
"//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include", "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include",
...@@ -40,7 +40,7 @@ ohos_moduletest_suite("ActsAiNnrtFunctionV1_0Test") { ...@@ -40,7 +40,7 @@ ohos_moduletest_suite("ActsAiNnrtFunctionV1_0Test") {
configs = [ ":nnrt_config" ] configs = [ ":nnrt_config" ]
deps = [ deps = [
"//foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime", "../../../../../../../foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime",
"//third_party/googletest:gmock", "//third_party/googletest:gmock",
"//third_party/googletest:gtest", "//third_party/googletest:gtest",
] ]
...@@ -58,4 +58,4 @@ ohos_moduletest_suite("ActsAiNnrtFunctionV1_0Test") { ...@@ -58,4 +58,4 @@ ohos_moduletest_suite("ActsAiNnrtFunctionV1_0Test") {
subsystem_name = "ai" subsystem_name = "ai"
part_name = "neural_network_runtime" part_name = "neural_network_runtime"
} }
\ No newline at end of file
...@@ -16,8 +16,8 @@ import("//test/xts/tools/build/suite.gni") ...@@ -16,8 +16,8 @@ import("//test/xts/tools/build/suite.gni")
config("nnrt_config") { config("nnrt_config") {
include_dirs = [ include_dirs = [
"../common", "../common",
"//foundation/ai/neural_network_runtime", "../../../../../../../foundation/ai/neural_network_runtime",
"//foundation/ai/neural_network_runtime/third_party/include", "../../../../../../../foundation/ai/neural_network_runtime/third_party/include",
"//third_party/googletest/googletest/include", "//third_party/googletest/googletest/include",
"//third_party/googletest/googlemock/include", "//third_party/googletest/googlemock/include",
"//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include", "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include",
...@@ -36,7 +36,7 @@ ohos_moduletest_suite("ActsAiNnrtStabilityV1_0Test") { ...@@ -36,7 +36,7 @@ ohos_moduletest_suite("ActsAiNnrtStabilityV1_0Test") {
configs = [ ":nnrt_config" ] configs = [ ":nnrt_config" ]
deps = [ deps = [
"//foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime", "../../../../../../../foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime",
"//third_party/googletest:gmock", "//third_party/googletest:gmock",
"//third_party/googletest:gtest", "//third_party/googletest:gtest",
] ]
...@@ -54,4 +54,4 @@ ohos_moduletest_suite("ActsAiNnrtStabilityV1_0Test") { ...@@ -54,4 +54,4 @@ ohos_moduletest_suite("ActsAiNnrtStabilityV1_0Test") {
subsystem_name = "ai" subsystem_name = "ai"
part_name = "neural_network_runtime" part_name = "neural_network_runtime"
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册