diff --git a/build/core/gn/BUILD.gn b/build/core/gn/BUILD.gn index d91c7f3cdee4957a32c0612b777c747e9187f381..99c30b2a510ecd8c4e11f3c9c8bbcd3f9e9a5076 100644 --- a/build/core/gn/BUILD.gn +++ b/build/core/gn/BUILD.gn @@ -115,6 +115,7 @@ group("hybrid") { if (target_os != "mingw" && target_os != "mac") { deps += [ "$ark_root/static_core/plugins/ets/runtime/interop_js:ets_interop_js_napi", + "$ark_root/static_core/plugins/ets/tests/interop_js/test_helper:interop_test_helper", "$ark_root/static_core/tools/ark_js_napi_cli:ark_js_napi_cli", ] }