1# Copyright (C) 2023 The Android Open Source Project 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15test_suite( 16 name = "tests", 17 tests = [ 18 "@gbl//:readme_test", 19 "@gbl//libabr:libabr_tests", 20 "@gbl//libbootconfig:libbootconfig_test", 21 "@gbl//libbootimg:libbootimg_test", 22 "@gbl//libefi:libefi_test", 23 "@gbl//libfastboot:libfastboot_test", 24 "@gbl//libfdt:libfdt_test", 25 "@gbl//libgbl:integration_test", 26 "@gbl//libgbl:libgbl_test", 27 "@gbl//libsafemath:libsafemath_test", 28 "@gbl//libstorage:libstorage_doc_test", 29 "@gbl//libstorage:libstorage_test", 30 "@gbl//libstorage:libstorage_testlib_test", 31 "@gbl//third_party/libzbi:libzbi_test", 32 ], 33) 34