From d38113f60821540c7b4fa82dfbfc1588485dfb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=9E=E6=9C=A8=E5=B8=8C=E7=BE=8E?= Date: Tue, 25 Oct 2022 01:56:17 +0000 Subject: [PATCH] update security/BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 伞木希美 --- security/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/BUILD.gn b/security/BUILD.gn index bd134774d..b63a7cbff 100644 --- a/security/BUILD.gn +++ b/security/BUILD.gn @@ -20,9 +20,9 @@ group("security") { "access_token/AccessTokenTest_Normal_js:ActsAccessTokenApiJSNormalTest", "cipher/datacipher:datacipher", "cryptoFramework:ActsCryptoFrameworkJSNormalTest", + "huks_napi_BasicTest:ActsHuksNAPITest", "security_huks_basic", "security_huks_reformed_test", - "huks_napi_BasicTest:ActsHuksNAPITest", ] } } -- GitLab