From 0f3f748d362a5341d776b5de65d2ac7be0d378a6 Mon Sep 17 00:00:00 2001 From: chenxuihui Date: Thu, 3 Nov 2022 11:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eapprecovery=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenxuihui --- hiviewdfx/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hiviewdfx/BUILD.gn b/hiviewdfx/BUILD.gn index ca05c53c0..8b264814e 100644 --- a/hiviewdfx/BUILD.gn +++ b/hiviewdfx/BUILD.gn @@ -15,6 +15,8 @@ group("hiviewdfxtestacts") { testonly = true if (is_standard_system) { deps = [ + "abilityconstanttest:ActsAbilityConstantTest", + "apprecoverytest:ActsAppRecoveryTest", "bytracetest:ActsBytraceJsTest", "hiappeventtest/hiappeventcpptest:ActsHiAppEventCPPTest", "hiappeventtest/hiappeventjstest:ActsHiAppeventTest", -- GitLab