1*aa95aa69Slntue //===-- Unittests for logbf128 --------------------------------------------===// 2*aa95aa69Slntue // 3*aa95aa69Slntue // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*aa95aa69Slntue // See https://llvm.org/LICENSE.txt for license information. 5*aa95aa69Slntue // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*aa95aa69Slntue // 7*aa95aa69Slntue //===----------------------------------------------------------------------===// 8*aa95aa69Slntue 9*aa95aa69Slntue #include "LogbTest.h" 10*aa95aa69Slntue 11*aa95aa69Slntue #include "src/math/logbf128.h" 12*aa95aa69Slntue 13*aa95aa69Slntue LIST_LOGB_TESTS(float128, LIBC_NAMESPACE::logbf128) 14