From 853badcbb40e2505cdb74a87aa0b4e27bab55c99 Mon Sep 17 00:00:00 2001 From: ElevenDuan Date: Tue, 20 Aug 2024 11:23:33 +0800 Subject: [PATCH] Add runtime_core ut to GGW Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAL5V9?from=project-issue Signed-off-by: ElevenDuan Change-Id: Ia83b82187c4dbf97c9c17c1b86c020af1fba5e1f --- build/core/gn/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/core/gn/BUILD.gn b/build/core/gn/BUILD.gn index c9ff832c..566ddd16 100644 --- a/build/core/gn/BUILD.gn +++ b/build/core/gn/BUILD.gn @@ -37,7 +37,10 @@ group("default") { group("unittest_packages") { testonly = true - deps = [ "$toolchain_root:ark_js_host_unittest" ] + deps = [ + "$ark_root:runtime_core_host_unittest", + "$toolchain_root:ark_js_host_unittest", + ] } group("ets_runtime") { -- Gitee