提交 0a47fe2c 编写于 作者: T TonyWang222

change minspore include dir

Change-Id: I69996be8fb19b58b2fd131c72a84deee9b2cfbec
Signed-off-by: NTonyWang222 <wangtongyu6@huawei.com>
上级 35797cd3
......@@ -15,6 +15,10 @@ import("//test/xts/tools/build/suite.gni")
module_output_path = "acts/ActsMindSporeTest"
config("mindspore_config") {
include_dirs = [ "//third_party/mindspore/" ]
}
ohos_moduletest_suite("ActsMindSporeTest") {
module_out_path = module_output_path
sources = [
......@@ -22,7 +26,7 @@ ohos_moduletest_suite("ActsMindSporeTest") {
"src/ohos_common.cpp",
]
include_dirs = [ "//foundation/ai/mindspore/" ]
configs = [ ":mindspore_config" ]
deps = [
"//third_party/googletest:gmock",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册