From e8d712f89e3f00a73d0ebd0cce3fc383ebdec1c1 Mon Sep 17 00:00:00 2001 From: Sergey Chernykh Date: Wed, 29 Nov 2023 13:11:58 +0300 Subject: [PATCH] Add arkplatform unit tests in OHOS CI Description: add arkplatform_host_unittest in ark_js_host_unittest Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I8JWRH Testing: Build, unittests Change-Id: Ibec3e0a50371fe1671d48470ba527011c3727e23 Signed-off-by: Sergey Chernykh --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 97aba4c4..673ce55c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -231,6 +231,7 @@ group("ark_toolchain_host_unittest") { group("ark_js_host_unittest") { testonly = true deps = [ + "$ark_root:arkplatform_host_unittest", "//arkcompiler/ets_runtime:ark_runtime_host_unittest", "//arkcompiler/toolchain:ark_toolchain_host_unittest", ] -- Gitee