From 65440dacd1af3fb4bc15d31bea06143e4a02ad23 Mon Sep 17 00:00:00 2001 From: jiangkaiwen Date: Thu, 4 Jan 2024 14:41:02 +0000 Subject: [PATCH] Add testing option to support ark_js_host_unittest Issue:I8QST0 Signed-off-by: jiangkaiwen Change-Id: Ib304aa5c28fb501c6fca3b0bcc4c51dcd8c3a9ef --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 9692bed5..44a837a6 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -234,6 +234,7 @@ group("ark_js_host_unittest") { testonly = true deps = [ "//arkcompiler/ets_runtime:ark_runtime_host_unittest", + "//arkcompiler/runtime_core:runtime_core_host_unittest", "//arkcompiler/toolchain:ark_toolchain_host_unittest", ] } -- Gitee