mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-26 17:56:33 -04:00
syscap_codec清理test告警
Signed-off-by: xingyuanfeng <xingyuanfeng@h-partners.com>
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@
|
||||
"components": [
|
||||
"napi",
|
||||
"bounds_checking_function",
|
||||
"cJSON"
|
||||
"cJSON",
|
||||
"googletest"
|
||||
],
|
||||
"third_party": []
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user