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//efi:test", 20 "@gbl//libabr:libabr_tests", 21 "@gbl//libasync:cyclic_executor_test", 22 "@gbl//libasync:libasync_test", 23 "@gbl//libbootimg:libbootimg_test", 24 "@gbl//libbootparams:test", 25 "@gbl//libc:libc_test", 26 "@gbl//libdttable:libdttable_test", 27 "@gbl//libefi:libefi_test", 28 "@gbl//libefi:mocks_test", 29 "@gbl//libefi_types:libefi_types_test", 30 "@gbl//liberror:liberror_test", 31 "@gbl//libfastboot:libfastboot_test", 32 "@gbl//libfdt:libfdt_test", 33 "@gbl//libgbl:libgbl_test", 34 "@gbl//libmisc:libmisc_test", 35 "@gbl//libsafemath:libsafemath_test", 36 "@gbl//libstorage:libstorage_doc_test", 37 "@gbl//libstorage:libstorage_test", 38 "@gbl//libutils:test", 39 "@zbi//:zbi_test", 40 ], 41) 42