xref: /llvm-project/libc/test/src/math/logbf_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
1118c13c6SSiva Chandra Reddy //===-- Unittests for logbf -----------------------------------------------===//
2118c13c6SSiva Chandra Reddy //
3118c13c6SSiva Chandra Reddy // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4118c13c6SSiva Chandra Reddy // See https://llvm.org/LICENSE.txt for license information.
5118c13c6SSiva Chandra Reddy // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6118c13c6SSiva Chandra Reddy //
7118c13c6SSiva Chandra Reddy //===----------------------------------------------------------------------===//
8118c13c6SSiva Chandra Reddy 
9e7e71e94SSiva Chandra Reddy #include "LogbTest.h"
10e7e71e94SSiva Chandra Reddy 
11118c13c6SSiva Chandra Reddy #include "src/math/logbf.h"
12118c13c6SSiva Chandra Reddy 
13*b6bc9d72SGuillaume Chatelet LIST_LOGB_TESTS(float, LIBC_NAMESPACE::logbf)
14