xref: /llvm-project/libc/test/src/math/smoke/logbf128_test.cpp (revision aa95aa69b96f51a3c19a24a0387ebc1fb7e6e52c)
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