当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
4 Star 4 Fork 12

OpenHarmony / distributeddatamgr_datamgr
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD.gn 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
Wangkai 提交于 2022-08-23 22:36 . 部件化更改
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/ohos.gni")
group("build_native_test") {
testonly = true
deps = [
"services/distributeddataservice/adapter/test:unittest",
"services/distributeddataservice/app/test:unittest",
"services/distributeddataservice/framework/test:unittest",
"services/distributeddataservice/service/test:unittest",
"services/distributeddataservice/test:moduletest",
]
}
###############################################################################
group("fuzztest") {
testonly = true
deps = []
deps += [
"test/fuzztest/autolaunch_fuzzer:fuzztest",
"test/fuzztest/kvstore_fuzzer:fuzztest",
"test/fuzztest/kvstoredisksize_fuzzer:fuzztest",
]
}
###############################################################################
1
https://gitee.com/openharmony/distributeddatamgr_datamgr.git
git@gitee.com:openharmony/distributeddatamgr_datamgr.git
openharmony
distributeddatamgr_datamgr
distributeddatamgr_datamgr
master

搜索帮助