13f4cbf05Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
23f4cbf05Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
33f4cbf05Sopenharmony_ci# you may not use this file except in compliance with the License.
43f4cbf05Sopenharmony_ci# You may obtain a copy of the License at
53f4cbf05Sopenharmony_ci#
63f4cbf05Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
73f4cbf05Sopenharmony_ci#
83f4cbf05Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
93f4cbf05Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
103f4cbf05Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113f4cbf05Sopenharmony_ci# See the License for the specific language governing permissions and
123f4cbf05Sopenharmony_ci# limitations under the License.
133f4cbf05Sopenharmony_ci
143f4cbf05Sopenharmony_cigroup("benchmarktest") {
153f4cbf05Sopenharmony_ci  testonly = true
163f4cbf05Sopenharmony_ci  deps = []
173f4cbf05Sopenharmony_ci  deps += [
183f4cbf05Sopenharmony_ci    # deps file
193f4cbf05Sopenharmony_ci    "ashemem_benchmark_test:AshememTest",
203f4cbf05Sopenharmony_ci    "datatime_benchmark_test:DatatimeTest",
213f4cbf05Sopenharmony_ci    "directory_benchmark_test:DirectoryTest",
223f4cbf05Sopenharmony_ci    "event_benchmark_test:EventTest",
233f4cbf05Sopenharmony_ci    "file_benchmark_test:FileTest",
243f4cbf05Sopenharmony_ci    "mapped_benchmark_test:MappedTest",
253f4cbf05Sopenharmony_ci    "observer_benchmark_test:ObserverTest",
263f4cbf05Sopenharmony_ci    "parcel_benchmark_test:ParcelTest",
273f4cbf05Sopenharmony_ci    "refbase_benchmark_test:RefbaseTest",
283f4cbf05Sopenharmony_ci    "rwlock_benchmark_test:RwlockTest",
293f4cbf05Sopenharmony_ci    "safe_block_queue_benchmark_test:SafeBlockQueueTest",
303f4cbf05Sopenharmony_ci    "safe_block_queue_tracking_benchmark_test:SafeBlockQueueTrackingTest",
313f4cbf05Sopenharmony_ci    "safe_map_benchmark_test:SafeMapTest",
323f4cbf05Sopenharmony_ci    "safe_queue_benchmark_test:SafeQueueTest",
333f4cbf05Sopenharmony_ci    "singleton_benchmark_test:SingletonTest",
343f4cbf05Sopenharmony_ci    "sorted_vector_benchmark_test:SortedVectorTest",
353f4cbf05Sopenharmony_ci    "string_benchmark_test:StringTest",
363f4cbf05Sopenharmony_ci    "thread_benchmark_test:ThreadTest",
373f4cbf05Sopenharmony_ci    "thread_pool_benchmark_test:ThreadPoolTest",
383f4cbf05Sopenharmony_ci    "timer_benchmark_test:TimerTest",
393f4cbf05Sopenharmony_ci    "unique_fd_benchmark_test:UniqueFdTest",
403f4cbf05Sopenharmony_ci  ]
413f4cbf05Sopenharmony_ci}
42