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