14096088eSTue Ly //===-- Unittests for fmaxl -----------------------------------------------===// 24096088eSTue Ly // 34096088eSTue Ly // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 44096088eSTue Ly // See https://llvm.org/LICENSE.txt for license information. 54096088eSTue Ly // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 64096088eSTue Ly // 7*80e166f8SSiva Chandra Reddy //===----------------------------------------------------------------------===// 8*80e166f8SSiva Chandra Reddy 9*80e166f8SSiva Chandra Reddy #include "FMaxTest.h" 104096088eSTue Ly 114096088eSTue Ly #include "src/math/fmaxl.h" 124096088eSTue Ly 13*80e166f8SSiva Chandra Reddy LIST_FMAX_TESTS(long double, __llvm_libc::fmaxl) 14