1bae4d13cSopenharmony_ci# Copyright (C) 2021 Huawei Device Co., Ltd.
2bae4d13cSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3bae4d13cSopenharmony_ci# you may not use this file except in compliance with the License.
4bae4d13cSopenharmony_ci# You may obtain a copy of the License at
5bae4d13cSopenharmony_ci#
6bae4d13cSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7bae4d13cSopenharmony_ci#
8bae4d13cSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9bae4d13cSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10bae4d13cSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11bae4d13cSopenharmony_ci# See the License for the specific language governing permissions and
12bae4d13cSopenharmony_ci# limitations under the License.
13bae4d13cSopenharmony_ci
14bae4d13cSopenharmony_cigroup("unittest") {
15bae4d13cSopenharmony_ci  testonly = true
16bae4d13cSopenharmony_ci  deps = [ "sensor:SensorJsTest" ]
17bae4d13cSopenharmony_ci}
18