From 2135b10958e8daa5f0db485201881a544683473f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=8E=E6=98=9F?= Date: Mon, 12 Aug 2024 11:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E7=8B=AC=E7=AB=8B=E7=BC=96?= =?UTF-8?q?=E8=AF=91test=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈明星 --- test/BUILD.gn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/BUILD.gn b/test/BUILD.gn index 891b4a4..9fc6414 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -48,7 +48,11 @@ ohos_unittest("frame_msg_intf_test") { deps = frame_aware_sched_deps - external_deps = [ "ffrt:libffrt" ] + external_deps = [ + "c_utils:utils", + "eventhandler:libeventhandler", + "ffrt:libffrt", + ] if (is_standard_system) { external_deps += [ "googletest:gtest_main" ] -- Gitee