Remove release line test

Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB310H
Signed-off-by: ElevenDuan <duanshiyi1@huawei.com>
Change-Id: Ife246f5fa06f966ff9db045d2f1b4d35db56c386
This commit is contained in:
ElevenDuan 2024-11-08 16:35:25 +08:00
parent 044121aa1f
commit a3e7fa89fc

View File

@ -368,7 +368,6 @@ group("runtime_core_host_unittest") {
"$ark_root/assembler/tests:host_unittest",
"$ark_root/bytecode_optimizer/tests:host_unittest",
"$ark_root/compiler/tests:host_unittest",
"$ark_root/disassembler/tests:host_unittest",
"$ark_root/libark_defect_scan_aux/tests/unittest:host_unittest",
"$ark_root/libpandabase/tests:host_unittest",
"$ark_root/libpandafile/tests:host_unittest",
@ -376,6 +375,9 @@ group("runtime_core_host_unittest") {
"$ark_root/platforms/tests:host_unittest",
"$ark_root/verifier/tests:host_unittest",
]
if (!ark_standalone_build) {
deps += [ "$ark_root/disassembler/tests:host_unittest" ]
}
}
if (!ark_standalone_build) {