diff --git a/build/core/gn/BUILD.gn b/build/core/gn/BUILD.gn index c9ff832cb070efd8d0991a472addbaf0e04da5e0..566ddd16f4c2e1755bbcd08eb824f4fcc1eb0478 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") {