17ce32f87STue Ly //===-- Unittests for fmin -----------------------------------------------===//
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 //
77ce32f87STue Ly //===---------------------------------------------------------------------===//
87ce32f87STue Ly 
9*80e166f8SSiva Chandra Reddy #include "FMinTest.h"
10*80e166f8SSiva Chandra Reddy 
117ce32f87STue Ly #include "src/math/fmin.h"
127ce32f87STue Ly 
13*80e166f8SSiva Chandra Reddy LIST_FMIN_TESTS(double, __llvm_libc::fmin)
14