xref: /llvm-project/libc/test/src/math/fmax_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
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 
980e166f8SSiva Chandra Reddy #include "FMaxTest.h"
1080e166f8SSiva Chandra Reddy 
114096088eSTue Ly #include "src/math/fmax.h"
124096088eSTue Ly 
13*b6bc9d72SGuillaume Chatelet LIST_FMAX_TESTS(double, LIBC_NAMESPACE::fmax)
14