modify code path

Signed-off-by: ry <ry.renyi@huawei.com>
This commit is contained in:
ry
2022-09-13 21:50:48 +08:00
parent 3779386cc8
commit 720f50f1eb
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
"description": "test framwork",
"publishAs": "code-segment",
"segment": {
"destPath": "test/arkXtest/uitest"
"destPath": "test/testfwk/arkxtest/uitest"
},
"scripts": {
},
@@ -46,10 +46,10 @@
},
"build": {
"sub_component": [
"//test/arkXtest/uitest:uitestkit"
"//test/testfwk/arkxtest/uitest:uitestkit"
],
"test": [
"//test/arkXtest/uitest:uitestkit_test"
"//test/testfwk/arkxtest/uitest:uitestkit_test"
]
}
}
+1 -1
View File
@@ -14,7 +14,7 @@
import("//arkcompiler/ets_frontend/ts2panda/ts2abc_config.gni")
import("//build/ohos.gni")
source_root = "//test/arkXtest/uitest"
source_root = "//test/testfwk/arkxtest/uitest"
ability_runtime_path = "//foundation/ability/ability_runtime"