已合并
调整AppRecovery用例目录 #20311
acdemicJava创建于 15 天前
调整AppRecovery用例目录 #20311
已合并
共 1 个文件变更+2-2
| @@ -14,10 +14,10 @@ | |||
| 14 | import("//build/test.gni") | 14 | import("//build/test.gni") |
| 15 | import("//foundation/ability/ability_runtime/ability_runtime.gni") | 15 | import("//foundation/ability/ability_runtime/ability_runtime.gni") |
| 16 | 16 | ||
| 17 | -module_output_path = "ability_runtime/ability_runtime/app" | 17 | +module_output_path = "ability_runtime/ability_runtime/AppRecovery" |
| 18 | 18 | ||
| 19 | ohos_unittest("AppRecoveryUnitTest") { | 19 | ohos_unittest("AppRecoveryUnitTest") { |
| 20 | - module_out_path = "ability_runtime/ability_runtime/app" | 20 | + module_out_path = module_output_path |
| 21 | cflags_cc = [ "-DUNITTEST" ] | 21 | cflags_cc = [ "-DUNITTEST" ] |
| 22 | cflags = [ "-DUNITTEST" ] | 22 | cflags = [ "-DUNITTEST" ] |
| 23 | include_dirs = [ | 23 | include_dirs = [ |