From f04ad5e525c12f2988f4bdd40ef13e51431b13ba Mon Sep 17 00:00:00 2001 From: w00835064 <wangxiyang4@huawei.com> Date: Tue, 29 Aug 2023 10:14:19 +0800 Subject: [PATCH] BUG FIXED: GN Format Signed-off-by: w00835064 <wangxiyang4@huawei.com> Change-Id: Ibafe89de00481c3faa0155d4f6a6a88a089654ed --- security/huks_napi_BasicTest/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/huks_napi_BasicTest/BUILD.gn b/security/huks_napi_BasicTest/BUILD.gn index 5d31e36a9..e7e1794ae 100644 --- a/security/huks_napi_BasicTest/BUILD.gn +++ b/security/huks_napi_BasicTest/BUILD.gn @@ -67,10 +67,10 @@ ohos_moduletest_suite("ActsHuksNAPITest") { if (huks_security_level != "trusted_environment") { sources += [ + "src/huks_agree_dh_test.cpp", "src/huks_attest_test.cpp", "src/huks_attest_test_common.cpp", "src/huks_signverify_dsa_test.cpp", - "src/huks_agree_dh_test.cpp", ] } -- GitLab