mirror of
https://gitee.com/openharmony/useriam_user_auth_framework
synced 2024-11-23 15:49:52 +00:00
1fec7c8779
Signed-off-by: Zen知仁 <xuzhiren@huawei.com> Change-Id: I3cd286e9b39696682c65d51abb528309dae55c3f Signed-off-by: Zen知仁 <xuzhiren@huawei.com>
33 lines
993 B
Plaintext
33 lines
993 B
Plaintext
# Copyright (c) 2022 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")
|
|
import("//build/test.gni")
|
|
|
|
group("iam_unittest") {
|
|
testonly = true
|
|
deps = [
|
|
"unittest/executors:iam_executors_test",
|
|
"unittest/inner_api:iam_inner_api_test",
|
|
"unittest/services:iam_services_test",
|
|
]
|
|
}
|
|
|
|
group("iam_fuzztest") {
|
|
testonly = true
|
|
deps = [
|
|
"fuzztest/executors:iam_executors_fuzztest",
|
|
"fuzztest/services:iam_services_fuzztest",
|
|
]
|
|
}
|