syscap_codec清理test告警

Signed-off-by: xingyuanfeng <xingyuanfeng@h-partners.com>
This commit is contained in:
xingyuanfeng
2024-06-06 10:01:09 +08:00
parent 7c3e42e03c
commit cdb8455f6b
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -27,7 +27,8 @@
"components": [
"napi",
"bounds_checking_function",
"cJSON"
"cJSON",
"googletest"
],
"third_party": []
},
+4 -4
View File
@@ -85,10 +85,10 @@ if (defined(ohos_lite)) {
"syscap_codec_test.cpp",
]
deps = [
"//third_party/bounds_checking_function:libsec_static",
"//third_party/cJSON:cjson_static",
"//third_party/googletest:gtest_main",
external_deps = [
"bounds_checking_function:libsec_static",
"cJSON:cjson_static",
"googletest:gtest_main",
]
}