1*80e166f8SSiva Chandra Reddy //===-- Unittests for fminf -----------------------------------------------===//
27ce32f87STue Ly //
37ce32f87STue Ly // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
47ce32f87STue Ly // See https://llvm.org/LICENSE.txt for license information.
57ce32f87STue Ly // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
67ce32f87STue Ly //
7*80e166f8SSiva Chandra Reddy //===----------------------------------------------------------------------===//
8*80e166f8SSiva Chandra Reddy 
9*80e166f8SSiva Chandra Reddy #include "FMinTest.h"
107ce32f87STue Ly 
117ce32f87STue Ly #include "src/math/fminf.h"
127ce32f87STue Ly 
13*80e166f8SSiva Chandra Reddy LIST_FMIN_TESTS(float, __llvm_libc::fminf)
14