1# Copyright (C) 2025 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. 13adlt_base_test = [ 14 "unittest_adlt_base_backtrace", 15 "unittest_adlt_base_backtrace2", 16 "unittest_adlt_base_cdtors", 17 "unittest_adlt_base_cross", 18 "unittest_adlt_base_deps", 19 "unittest_adlt_base_deps_dlopen", 20 "unittest_adlt_base_dlopen_c", 21 "unittest_adlt_base_dlopen_cpp", 22 "unittest_adlt_base_ehframe13", 23 "unittest_adlt_base_ehframe123", 24 "unittest_adlt_base_heap", 25 "unittest_adlt_base_oop", 26 "unittest_adlt_base_relocs", 27 "unittest_adlt_base_rpath", 28 "unittest_adlt_base_soname1_fix_libab", 29 "unittest_adlt_base_soname1_fix_libba", 30 "unittest_adlt_base_varargs", 31 "unittest_adlt_base_duplicates", 32 "unittest_adlt_base_negative_verdef", 33 "unittest_adlt_base_negative_verneed", 34 "unittest_adlt_base_verdef", 35 "unittest_adlt_base_verneed", 36]