TDD测试用例——临时删除

Signed-off-by: wanghaixiang <wanghaixiang@huawei.com>
This commit is contained in:
wanghaixiang 2021-09-13 17:33:31 +08:00
parent fd1680655d
commit 3ccc2a8356

View File

@ -211,9 +211,9 @@ if (ohos_kernel_type == "liteos_m") {
"//third_party/bounds_checking_function:libsec_shared",
]
}
if (ohos_build_type == "debug") {
group("huks_new_test") {
deps = [ "//base/security/huks/test:huks_new_test" ]
}
}
#if (ohos_build_type == "debug") {
# group("huks_new_test") {
# deps = [ "//base/security/huks/test:huks_new_test" ]
# }
#}
}