mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 01:59:58 +00:00
tdd output path change
Issue:#IB5JIK Signed-off-by: fangting <fangting12@huawei.com>
This commit is contained in:
parent
0095d534b3
commit
b639028298
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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") {
|
||||
|
@ -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
|
||||
|
@ -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/"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user