diff --git a/packing_tool/frameworks/test/unittest/app_packager_test/BUILD.gn b/packing_tool/frameworks/test/unittest/app_packager_test/BUILD.gn index b86e506a09ad6aa5388779a53e42c02ece97b09f..73bb342c69951566ab77b6f723c4043ddcf0f0c9 100644 --- a/packing_tool/frameworks/test/unittest/app_packager_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/app_packager_test/BUILD.gn @@ -24,7 +24,7 @@ config("app_packager_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("app_packager_test") { module_out_path = module_output_path @@ -71,5 +71,5 @@ ohos_copy("copy_test_file") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "./app_packager_file" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/test_file/app_packager_file/" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/test_file/app_packager_file/" ] } diff --git a/packing_tool/frameworks/test/unittest/appqf_packager_test/BUILD.gn b/packing_tool/frameworks/test/unittest/appqf_packager_test/BUILD.gn index 31119582325e9ba5db16eaac054dc213cd700c0b..9d67e187894f401fae38313c446f1cf6f747b704 100644 --- a/packing_tool/frameworks/test/unittest/appqf_packager_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/appqf_packager_test/BUILD.gn @@ -24,7 +24,7 @@ config("appqf_packager_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("appqf_packager_test") { module_out_path = module_output_path @@ -69,5 +69,5 @@ ohos_copy("copy_test_file") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "../hqf_packager_test/hqf_packager_file" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/test_file/appqf_packager_file/" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/test_file/appqf_packager_file/" ] } diff --git a/packing_tool/frameworks/test/unittest/fast_app_packager_test/BUILD.gn b/packing_tool/frameworks/test/unittest/fast_app_packager_test/BUILD.gn index e51577d560f1c341c265e521b92a851e4a0bdef0..1a7dfa4ec87cbe5984e17ca0598657a7fd81af51 100644 --- a/packing_tool/frameworks/test/unittest/fast_app_packager_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/fast_app_packager_test/BUILD.gn @@ -23,7 +23,7 @@ config("fast_app_packager_test_config") { cflags_cc = [ "-fexceptions" ] cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("fast_app_packager_test") { module_out_path = module_output_path @@ -71,5 +71,5 @@ ohos_copy("copy_test_file") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "./fast_app_packager_file" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/test_file/fast_app_packager_file/" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/test_file/fast_app_packager_file/" ] } diff --git a/packing_tool/frameworks/test/unittest/hap_packager_test/BUILD.gn b/packing_tool/frameworks/test/unittest/hap_packager_test/BUILD.gn index 7983d211d38422f8cd61281be02adefa57b7334f..b00e7cc3ec14a3445c6277671704ae3d683a5ec5 100644 --- a/packing_tool/frameworks/test/unittest/hap_packager_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/hap_packager_test/BUILD.gn @@ -24,7 +24,7 @@ config("hap_packager_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("hap_packager_test") { module_out_path = module_output_path @@ -64,5 +64,5 @@ ohos_copy("copy_test_file") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "./hap_packager_file" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/test_file/hap_packager_file/" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/test_file/hap_packager_file/" ] } diff --git a/packing_tool/frameworks/test/unittest/hqf_packager_test/BUILD.gn b/packing_tool/frameworks/test/unittest/hqf_packager_test/BUILD.gn index 8617c9a8886018a52360a90e3103d9b88ad4784b..1d8b7ad9080ed5d7c6b7afeb9d78f2eea46163b6 100644 --- a/packing_tool/frameworks/test/unittest/hqf_packager_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/hqf_packager_test/BUILD.gn @@ -24,7 +24,7 @@ config("hqf_packager_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("hqf_packager_test") { module_out_path = module_output_path @@ -66,5 +66,5 @@ ohos_copy("copy_test_file") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "./hqf_packager_file" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/test_file/hqf_packager_file/" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/test_file/hqf_packager_file/" ] } diff --git a/packing_tool/frameworks/test/unittest/hqf_verify_test/BUILD.gn b/packing_tool/frameworks/test/unittest/hqf_verify_test/BUILD.gn index bd730c9dce77879ea03d76b1c12499a796a54e65..890cece9cb480fe599209cc7d3c90e71c013204f 100644 --- a/packing_tool/frameworks/test/unittest/hqf_verify_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/hqf_verify_test/BUILD.gn @@ -24,7 +24,7 @@ config("hqf_verify_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("hqf_verify_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/hsp_packager_test/BUILD.gn b/packing_tool/frameworks/test/unittest/hsp_packager_test/BUILD.gn index a1bf3f97c54c73400f3b9f6fc6d688cf5ac36dcc..a3938d36998c6ceeda5a7f3b6a903c82f7405d11 100644 --- a/packing_tool/frameworks/test/unittest/hsp_packager_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/hsp_packager_test/BUILD.gn @@ -23,7 +23,7 @@ config("hsp_packager_test_config") { cflags_cc = [ "-fexceptions" ] cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("hsp_packager_test") { module_out_path = module_output_path @@ -63,5 +63,5 @@ ohos_copy("copy_test_file") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "./hsp_packager_file" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/test_file/hsp_packager_file/" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/test_file/hsp_packager_file/" ] } diff --git a/packing_tool/frameworks/test/unittest/json/distro_filter_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/distro_filter_test/BUILD.gn index a78d58f6a94915ee102f6e3a6ba0becd75efd674..d5de16aeef688d16518f4b9a1fc8a25585e22f61 100644 --- a/packing_tool/frameworks/test/unittest/json/distro_filter_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/distro_filter_test/BUILD.gn @@ -24,7 +24,7 @@ config("distro_filter_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("distro_filter_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/BUILD.gn index 38265ce14318785135c752615fab7cb328d7a32e..931e4b7fb333f85a344baa2aaff0dd02762f17bc 100644 --- a/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/BUILD.gn @@ -24,7 +24,7 @@ config("hap_verify_info_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("hap_verify_info_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/BUILD.gn index 00e4c20cc6fa3ffb47ef25d892db1e68bed3d311..61771ba33bc6394bdd55f8adbbaef4772cdf1645 100644 --- a/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/BUILD.gn @@ -24,7 +24,7 @@ config("hap_verify_utils_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("hap_verify_utils_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/json_utils_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/json_utils_test/BUILD.gn index e97df751061920258410e48634cfd4f08c5510f9..276c202d5e6fe54dd3ed2520e96e4bbefe98d084 100644 --- a/packing_tool/frameworks/test/unittest/json/json_utils_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/json_utils_test/BUILD.gn @@ -24,7 +24,7 @@ config("json_utils_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("json_utils_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/module_json_stage_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/module_json_stage_test/BUILD.gn index 231428e73fd4bd7940db96abf319dc648db49234..31d95e580524fd5e5615998ad30d241c8070c678 100644 --- a/packing_tool/frameworks/test/unittest/json/module_json_stage_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/module_json_stage_test/BUILD.gn @@ -24,7 +24,7 @@ config("module_json_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("module_json_stage_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/module_json_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/module_json_test/BUILD.gn index 5c45a9c71ce6bb22b51271224a1b1892fba8ab2a..170d9c4b736b00e6c1c8823084e4978ee6a27de0 100644 --- a/packing_tool/frameworks/test/unittest/json/module_json_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/module_json_test/BUILD.gn @@ -24,7 +24,7 @@ config("module_json_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("module_json_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/module_json_utils_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/module_json_utils_test/BUILD.gn index 7a307b25e62460f8ae88abcf1426561b168f5778..884f2e7e750f8ddc07a176c4a89129c6535a211d 100644 --- a/packing_tool/frameworks/test/unittest/json/module_json_utils_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/module_json_utils_test/BUILD.gn @@ -24,7 +24,7 @@ config("module_json_utils_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("module_json_utils_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/normalize_version_utils_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/normalize_version_utils_test/BUILD.gn index 0a34921ac3d48e2c3db06a023e18897eff1edcfe..e6eb4214745ebb03b82b171d4bd9538a20b250f3 100644 --- a/packing_tool/frameworks/test/unittest/json/normalize_version_utils_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/normalize_version_utils_test/BUILD.gn @@ -24,7 +24,7 @@ config("normalize_version_utils_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("normalize_version_utils_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/pack_info_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/pack_info_test/BUILD.gn index 1f1756a860fb94209b245bf9c589d80c1dea388e..191b4714a5599d427b506460a4e86546f2226967 100644 --- a/packing_tool/frameworks/test/unittest/json/pack_info_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/pack_info_test/BUILD.gn @@ -24,7 +24,7 @@ config("pack_info_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("pack_info_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/pack_info_utils_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/pack_info_utils_test/BUILD.gn index 633c0e1e8c23e8f3fb50780fac9365bfc0abf80d..003517fb0d01228ef2d32405027ca00db8230970 100644 --- a/packing_tool/frameworks/test/unittest/json/pack_info_utils_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/pack_info_utils_test/BUILD.gn @@ -24,7 +24,7 @@ config("pack_info_utils_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("pack_info_utils_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/patch_json_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/patch_json_test/BUILD.gn index be7de8af80f310b063c4bc15bf1eb873dacbdef2..cb3d1cf1b474b94fccc8f8c751ac100b12743a82 100644 --- a/packing_tool/frameworks/test/unittest/json/patch_json_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/patch_json_test/BUILD.gn @@ -24,7 +24,7 @@ config("patch_json_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("patch_json_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/patch_json_utils_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/patch_json_utils_test/BUILD.gn index aec158e66f76b8a0b5d000217ba1fb46cbfa7006..6ec752bd91e1570a92d2ae1bbdd0af2538f64d5e 100644 --- a/packing_tool/frameworks/test/unittest/json/patch_json_utils_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/patch_json_utils_test/BUILD.gn @@ -24,7 +24,7 @@ config("patch_json_utils_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("patch_json_utils_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/json/pt_json_test/BUILD.gn b/packing_tool/frameworks/test/unittest/json/pt_json_test/BUILD.gn index 47b161565c4d10e5f8a01dbdd3695e302abfcacd..939b40be67e23a29c697a1a093ae2a472642b05e 100644 --- a/packing_tool/frameworks/test/unittest/json/pt_json_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/json/pt_json_test/BUILD.gn @@ -24,7 +24,7 @@ config("pt_json_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("pt_json_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/multiapp_packager_test/BUILD.gn b/packing_tool/frameworks/test/unittest/multiapp_packager_test/BUILD.gn index 1f167f6064f08c82690749045bf6665f05e6bd63..2d72c706b25e52fb6a204f8816fb7e2118595ecc 100644 --- a/packing_tool/frameworks/test/unittest/multiapp_packager_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/multiapp_packager_test/BUILD.gn @@ -24,7 +24,7 @@ config("multiapp_packager_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("multiapp_packager_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/ohos_test/BUILD.gn b/packing_tool/frameworks/test/unittest/ohos_test/BUILD.gn index e081c62b42442f668ab652f6c45c3807fffd796a..fefbed09198df5c6402e0fc65db941bddf24f0dd 100644 --- a/packing_tool/frameworks/test/unittest/ohos_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/ohos_test/BUILD.gn @@ -17,5 +17,5 @@ ohos_copy("copy_ohos_test") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "./ohos_test.xml" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/resource/ohos_test.xml" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/resource/ohos_test.xml" ] } diff --git a/packing_tool/frameworks/test/unittest/package_normalize_test/BUILD.gn b/packing_tool/frameworks/test/unittest/package_normalize_test/BUILD.gn index e1b798d8b9e572f8af33a315ca179dd1355eb2a1..9dd41b3ab481bf54012594d6d6d5443cee964cb6 100644 --- a/packing_tool/frameworks/test/unittest/package_normalize_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/package_normalize_test/BUILD.gn @@ -24,7 +24,7 @@ config("packager_normalize_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("package_normalize_test") { module_out_path = module_output_path @@ -70,5 +70,5 @@ ohos_copy("copy_test_file") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "./package_normalize_file" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/test_file/package_normalize_file/" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/test_file/package_normalize_file/" ] } diff --git a/packing_tool/frameworks/test/unittest/packager_test/BUILD.gn b/packing_tool/frameworks/test/unittest/packager_test/BUILD.gn index 10f84ea750a10c07caca61368dc954c306bdbd5b..4eea10aa2ca54bdad6d005789e7cc2e224a1038a 100644 --- a/packing_tool/frameworks/test/unittest/packager_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/packager_test/BUILD.gn @@ -23,7 +23,7 @@ config("packager_test_config") { cflags_cc = [ "-fexceptions" ] cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("packager_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/res_packager_test/BUILD.gn b/packing_tool/frameworks/test/unittest/res_packager_test/BUILD.gn index 03a9b9c74cf0765db7b06728d2bbad0c935ea5d3..0f43cbb06b0c3d952ecaca7536c19900a4060551 100644 --- a/packing_tool/frameworks/test/unittest/res_packager_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/res_packager_test/BUILD.gn @@ -24,7 +24,7 @@ config("res_packager_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("res_packager_test") { module_out_path = module_output_path @@ -60,5 +60,5 @@ ohos_copy("copy_test_file") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "./res_packager_file" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/test_file/res_packager_file/" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/test_file/res_packager_file/" ] } diff --git a/packing_tool/frameworks/test/unittest/shell_command_test/BUILD.gn b/packing_tool/frameworks/test/unittest/shell_command_test/BUILD.gn index 268cd829affa5ebd28d0fc14203e8aa41433f835..da47cc2ae5aff2fedde661e71fa812dfec83e7f1 100644 --- a/packing_tool/frameworks/test/unittest/shell_command_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/shell_command_test/BUILD.gn @@ -25,7 +25,7 @@ config("shell_command_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("shell_command_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/unzip_wrapper_test/BUILD.gn b/packing_tool/frameworks/test/unittest/unzip_wrapper_test/BUILD.gn index ae55905b3be91de3ff252bb76570ba5889c5afe4..a9e6993c38dad95e7b3b19cd42b0af400090c76b 100644 --- a/packing_tool/frameworks/test/unittest/unzip_wrapper_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/unzip_wrapper_test/BUILD.gn @@ -24,7 +24,7 @@ config("unzip_wrapper_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("unzip_wrapper_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/utils_Test/BUILD.gn b/packing_tool/frameworks/test/unittest/utils_Test/BUILD.gn index 364a98d7621ec5b3f3464b1275f6be2816acd671..807e383d96117d5a210b55425ab8d1bda46761e0 100644 --- a/packing_tool/frameworks/test/unittest/utils_Test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/utils_Test/BUILD.gn @@ -24,7 +24,7 @@ config("utils_Test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("utils_Test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/version_normalize_test/BUILD.gn b/packing_tool/frameworks/test/unittest/version_normalize_test/BUILD.gn index 03ea97396fd02cb98721df283c90511d95b7b687..84221ef094e6c8578c11331a81d77e5c62a69313 100644 --- a/packing_tool/frameworks/test/unittest/version_normalize_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/version_normalize_test/BUILD.gn @@ -24,7 +24,7 @@ config("version_normalize_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("version_normalize_test") { module_out_path = module_output_path @@ -71,5 +71,5 @@ ohos_copy("copy_test_file") { subsystem_name = "developtools" part_name = "packing_tool" sources = [ "./version_normalize_file" ] - outputs = [ "$root_out_dir/tests/unittest/developtools/packing_tool/test_file/version_normalize_file/" ] + outputs = [ "$root_out_dir/tests/unittest/packing_tool/packing_tool/test_file/version_normalize_file/" ] } diff --git a/packing_tool/frameworks/test/unittest/zip_utils_test/BUILD.gn b/packing_tool/frameworks/test/unittest/zip_utils_test/BUILD.gn index eb81608c7669f1014dbbac2eef65d5d764c8c721..5edc9a932ed18cb9c4d7c9b507b5d3bfe2900e0f 100644 --- a/packing_tool/frameworks/test/unittest/zip_utils_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/zip_utils_test/BUILD.gn @@ -24,7 +24,7 @@ config("zip_utils_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("zip_utils_test") { module_out_path = module_output_path diff --git a/packing_tool/frameworks/test/unittest/zip_wrapper_test/BUILD.gn b/packing_tool/frameworks/test/unittest/zip_wrapper_test/BUILD.gn index 5eacabe57cc8cb4963cff5148d3c3c4fca8249e1..1e589cd243916e8f82ebba0b7bffa4086f16c49b 100644 --- a/packing_tool/frameworks/test/unittest/zip_wrapper_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/zip_wrapper_test/BUILD.gn @@ -24,7 +24,7 @@ config("zip_wrapper_test_config") { cflags_objcc = cflags_cc } -module_output_path = "developtools/packing_tool" +module_output_path = "packing_tool/packing_tool" ohos_unittest("zip_wrapper_test") { module_out_path = module_output_path