未验证 提交 0b4ec6d2 编写于 作者: R ry 提交者: Gitee

modify code path

Signed-off-by: Nry <ry.renyi@huawei.com>
上级 dc1c37ad
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
}, },
"xts_xdevice": { "xts_xdevice": {
"module_list": [ "module_list": [
"//test/xdevice:xdevice" "//test/testfwk/xdevice:xdevice"
] ]
} }
}, },
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
"test/xdevice" "test/xdevice"
], ],
"targets": [ "targets": [
"//test/xdevice:xdevice" "//test/testfwk/xdevice:xdevice"
], ],
"rom": "", "rom": "",
"ram": "", "ram": "",
......
...@@ -155,7 +155,7 @@ template("unittest") { ...@@ -155,7 +155,7 @@ template("unittest") {
defines = invoker.defines defines = invoker.defines
} }
if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
deps += [ "//test/developertest/third_party/lib/cpp:gtest_main" ] deps += [ "//test/testfwk/developer_test/third_party/lib/cpp:gtest_main" ]
} }
if (defined(invoker.configs)) { if (defined(invoker.configs)) {
configs += invoker.configs configs += invoker.configs
...@@ -198,7 +198,7 @@ template("moduletest") { ...@@ -198,7 +198,7 @@ template("moduletest") {
deps = [] deps = []
} }
if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
deps += [ "//test/developertest/third_party/lib/cpp:gtest_main" ] deps += [ "//test/testfwk/developer_test/third_party/lib/cpp:gtest_main" ]
} }
if (!defined(configs)) { if (!defined(configs)) {
configs = [] configs = []
...@@ -250,7 +250,7 @@ template("fuzztest") { ...@@ -250,7 +250,7 @@ template("fuzztest") {
} }
if (ohos_kernel_type == "liteos_a") { if (ohos_kernel_type == "liteos_a") {
deps += [ deps += [
"//test/developertest/third_party/lib/cpp:gtest_main", "//test/testfwk/developer_test/third_party/lib/cpp:gtest_main",
"//test/tools/Secodefuzz:secodefuzz", "//test/tools/Secodefuzz:secodefuzz",
] ]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册