1# Copyright (C) 2024 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13import("//test/xts/tools/build/suite.gni") 14 15group("decimal") { 16 testonly = true 17 if (is_standard_system) { 18 deps = [ 19 "decimal001:ActsDecimal1Test", 20 "decimal002:ActsDecimal2Test", 21 "decimal003:ActsDecimal3Test", 22 "decimal004:ActsDecimal4Test", 23 "decimal005:ActsDecimal5Test", 24 "decimal006:ActsDecimal6Test", 25 "decimal007:ActsDecimal7Test", 26 "decimal008:ActsDecimal8Test", 27 "decimal009:ActsDecimal9Test", 28 "decimal010:ActsDecimal10Test", 29 "decimal011:ActsDecimal11Test", 30 "decimal012:ActsDecimal12Test", 31 "decimal013:ActsDecimal13Test", 32 ] 33 } 34} 35