diff --git a/ecmascript/base/tests/BUILD.gn b/ecmascript/base/tests/BUILD.gn index eda2c8f53f..5037cf3c9e 100644 --- a/ecmascript/base/tests/BUILD.gn +++ b/ecmascript/base/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("Base_001_Test") { module_out_path = module_output_path diff --git a/ecmascript/builtins/tests/BUILD.gn b/ecmascript/builtins/tests/BUILD.gn index 5f96e92660..177a17f82e 100755 --- a/ecmascript/builtins/tests/BUILD.gn +++ b/ecmascript/builtins/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("BuiltinsInternational_001_Test") { module_out_path = module_output_path diff --git a/ecmascript/compiler/codegen/maple/test/BUILD.gn b/ecmascript/compiler/codegen/maple/test/BUILD.gn index a6031bf3b3..bf812a541c 100644 --- a/ecmascript/compiler/codegen/maple/test/BUILD.gn +++ b/ecmascript/compiler/codegen/maple/test/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("mapleallUT") { rtti_compile_flag = false diff --git a/ecmascript/compiler/tests/BUILD.gn b/ecmascript/compiler/tests/BUILD.gn index aec941e014..6f7354b56e 100644 --- a/ecmascript/compiler/tests/BUILD.gn +++ b/ecmascript/compiler/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("AssemblerTest") { module_out_path = module_output_path diff --git a/ecmascript/containers/tests/BUILD.gn b/ecmascript/containers/tests/BUILD.gn index 71d736a0d3..6429bfbe90 100644 --- a/ecmascript/containers/tests/BUILD.gn +++ b/ecmascript/containers/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("Containers_001_Test") { module_out_path = module_output_path diff --git a/ecmascript/debugger/tests/BUILD.gn b/ecmascript/debugger/tests/BUILD.gn index 5abb9b2f1d..29cf6d7573 100644 --- a/ecmascript/debugger/tests/BUILD.gn +++ b/ecmascript/debugger/tests/BUILD.gn @@ -22,7 +22,7 @@ test_js_files = [ "patch/index", ] -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" foreach(file, test_js_files) { es2abc_gen_abc("gen_${file}_abc") { diff --git a/ecmascript/dfx/cpu_profiler/tests/BUILD.gn b/ecmascript/dfx/cpu_profiler/tests/BUILD.gn index c454d56d25..668df6b797 100755 --- a/ecmascript/dfx/cpu_profiler/tests/BUILD.gn +++ b/ecmascript/dfx/cpu_profiler/tests/BUILD.gn @@ -35,7 +35,7 @@ foreach(file, test_js_files) { } } -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("CpuProfilerTest") { module_out_path = module_output_path diff --git a/ecmascript/dfx/hprof/tests/BUILD.gn b/ecmascript/dfx/hprof/tests/BUILD.gn index b2c4c465d0..4109adeb10 100644 --- a/ecmascript/dfx/hprof/tests/BUILD.gn +++ b/ecmascript/dfx/hprof/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" metadata_file_path = "//arkcompiler/ets_runtime/ecmascript/js_type_metadata/" diff --git a/ecmascript/dfx/stackinfo/tests/BUILD.gn b/ecmascript/dfx/stackinfo/tests/BUILD.gn index b1e8d817d3..e32a6f6da0 100644 --- a/ecmascript/dfx/stackinfo/tests/BUILD.gn +++ b/ecmascript/dfx/stackinfo/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("JsStackInfoTest") { module_out_path = module_output_path diff --git a/ecmascript/extractortool/tests/BUILD.gn b/ecmascript/extractortool/tests/BUILD.gn index 0037c0335f..8e898e3bca 100644 --- a/ecmascript/extractortool/tests/BUILD.gn +++ b/ecmascript/extractortool/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("ExtractorToolTest") { module_out_path = module_output_path diff --git a/ecmascript/ic/tests/BUILD.gn b/ecmascript/ic/tests/BUILD.gn index faf41cb319..2417364674 100644 --- a/ecmascript/ic/tests/BUILD.gn +++ b/ecmascript/ic/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("IC_001_Test") { module_out_path = module_output_path diff --git a/ecmascript/jit/tests/BUILD.gn b/ecmascript/jit/tests/BUILD.gn index e314fa4951..6f5b3a6c62 100644 --- a/ecmascript/jit/tests/BUILD.gn +++ b/ecmascript/jit/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("JIT_001_Test") { module_out_path = module_output_path diff --git a/ecmascript/jobs/tests/BUILD.gn b/ecmascript/jobs/tests/BUILD.gn index 2e18f9d6b2..d6f47dd43a 100644 --- a/ecmascript/jobs/tests/BUILD.gn +++ b/ecmascript/jobs/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("JobTest") { module_out_path = module_output_path diff --git a/ecmascript/jspandafile/tests/BUILD.gn b/ecmascript/jspandafile/tests/BUILD.gn index 22bca7fa52..1987593e10 100644 --- a/ecmascript/jspandafile/tests/BUILD.gn +++ b/ecmascript/jspandafile/tests/BUILD.gn @@ -90,7 +90,7 @@ foreach(filename, _test_js_file_name_) { } } -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("JSPandaFileTest") { module_out_path = module_output_path diff --git a/ecmascript/module/tests/BUILD.gn b/ecmascript/module/tests/BUILD.gn index c383baf4f5..16c444d12d 100644 --- a/ecmascript/module/tests/BUILD.gn +++ b/ecmascript/module/tests/BUILD.gn @@ -52,7 +52,7 @@ foreach(file, test_js_files) { } } -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("ModuleTest") { module_out_path = module_output_path diff --git a/ecmascript/napi/test/BUILD.gn b/ecmascript/napi/test/BUILD.gn index 0714993bb0..b385474662 100644 --- a/ecmascript/napi/test/BUILD.gn +++ b/ecmascript/napi/test/BUILD.gn @@ -40,7 +40,7 @@ foreach(file, test_js_files) { } } -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("Jsnapi_001_Test") { module_out_path = module_output_path diff --git a/ecmascript/ohos/tests/BUILD.gn b/ecmascript/ohos/tests/BUILD.gn index f00abe5ce1..41e781240c 100644 --- a/ecmascript/ohos/tests/BUILD.gn +++ b/ecmascript/ohos/tests/BUILD.gn @@ -14,7 +14,7 @@ import("../../../js_runtime_config.gni") import("../../../test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("OhosTest") { module_out_path = module_output_path diff --git a/ecmascript/pgo_profiler/tests/BUILD.gn b/ecmascript/pgo_profiler/tests/BUILD.gn index 20f9a668ec..0746545ff7 100644 --- a/ecmascript/pgo_profiler/tests/BUILD.gn +++ b/ecmascript/pgo_profiler/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" test_js_path = "//arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/" diff --git a/ecmascript/regexp/tests/BUILD.gn b/ecmascript/regexp/tests/BUILD.gn index 97a04c0245..85b53d68ef 100644 --- a/ecmascript/regexp/tests/BUILD.gn +++ b/ecmascript/regexp/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("RegexpTest") { module_out_path = module_output_path diff --git a/ecmascript/require/tests/BUILD.gn b/ecmascript/require/tests/BUILD.gn index 7f67b777d5..8f1c3e31b4 100644 --- a/ecmascript/require/tests/BUILD.gn +++ b/ecmascript/require/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("RequireTest") { module_out_path = module_output_path diff --git a/ecmascript/serializer/tests/BUILD.gn b/ecmascript/serializer/tests/BUILD.gn index 6cdddf2685..5b99e3add6 100644 --- a/ecmascript/serializer/tests/BUILD.gn +++ b/ecmascript/serializer/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("SerializerTest") { module_out_path = module_output_path diff --git a/ecmascript/snapshot/tests/BUILD.gn b/ecmascript/snapshot/tests/BUILD.gn index 14f7876896..c658d8c8b0 100644 --- a/ecmascript/snapshot/tests/BUILD.gn +++ b/ecmascript/snapshot/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("SnapshotTest") { module_out_path = module_output_path diff --git a/ecmascript/tests/BUILD.gn b/ecmascript/tests/BUILD.gn index 18f0801ab6..34c5da30fb 100644 --- a/ecmascript/tests/BUILD.gn +++ b/ecmascript/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("EcmaVm_001_Test") { module_out_path = module_output_path diff --git a/test/executiontest/BUILD.gn b/test/executiontest/BUILD.gn index 5beff209a5..fcf2305427 100644 --- a/test/executiontest/BUILD.gn +++ b/test/executiontest/BUILD.gn @@ -42,7 +42,7 @@ foreach(file, test_js_files) { } } -module_output_path = "arkcompiler/ets_runtime" +module_output_path = "ets_runtime" host_unittest_action("ThreadTerminationTest") { module_out_path = module_output_path