14096088eSTue Ly //===-- Unittests for fmax -----------------------------------------------===//
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 //
74096088eSTue Ly //===---------------------------------------------------------------------===//
84096088eSTue Ly 
9*80e166f8SSiva Chandra Reddy #include "FMaxTest.h"
10*80e166f8SSiva Chandra Reddy 
114096088eSTue Ly #include "src/math/fmax.h"
124096088eSTue Ly 
13*80e166f8SSiva Chandra Reddy LIST_FMAX_TESTS(double, __llvm_libc::fmax)
14