1# Copyright (c) 2022 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. 13 14group("test_bundle") { 15 testonly = true 16 deps = [] 17 18 deps += [ 19 # deps file 20 "backupTest:backupTest", 21 "bmsAccessTokentest1:bmsAccessTokentest1", 22 "bmsAccessTokentest2:bmsAccessTokentest2", 23 "bmsAccessTokentest3:bmsAccessTokentest3", 24 "bmsThirdBundle1:bmsThirdBundle1", 25 "bmsThirdBundle2:bmsThirdBundle2", 26 "defaultAppTest:defaultAppTest", 27 "devicetype_error:devicetype_error", 28 "eighth_right:eighth_right", 29 "eleventh_right:eleventh_right", 30 "fifteenth_right:fifteenth_right", 31 "fifth_right:fifth_right", 32 "first_diff_minCompCode:first_diff_minCompCode", 33 "first_diff_release_type:first_diff_release_type", 34 "first_right:first_right", 35 "first_right_compCode:first_right_compCode", 36 "first_right_with_diff_moduleName:first_right_with_diff_moduleName", 37 "first_right_with_diff_moduleType:first_right_with_diff_moduleType", 38 "fourteenth_right:fourteenth_right", 39 "fourth_right:fourth_right", 40 "ninth_right:ninth_right", 41 "previewTest:previewTest", 42 "resourceManagerTest:resourceManagerTest", 43 "rightTest:rightTest", 44 "rightTest1:rightTest1", 45 "sandboxTest:sandboxTest", 46 "second_backup_right:second_backup_right", 47 "second_right:second_right", 48 "second_right_with_same_moduleName:second_right_with_same_moduleName", 49 "seventh_right:seventh_right", 50 "sixteenth_right:sixteenth_right", 51 "sixth_right:sixth_right", 52 "system_module:system_module", 53 "tenth_right:tenth_right", 54 "third_right:third_right", 55 "thirteenth_right:thirteenth_right", 56 "thumbnailTest:thumbnailTest", 57 "thumbnailTest2:thumbnailTest2", 58 "twelfth_right:twelfth_right", 59 "versionTest1:versionTest1", 60 "versionTest2:versionTest2", 61 "versionTest3:versionTest3", 62 "wrong_bundle_name:wrong_bundle_name", 63 ] 64} 65