1*b8e8012aSKirill Okhotnikov //===-- Unittests for fmodf -----------------------------------------------===// 2*b8e8012aSKirill Okhotnikov // 3*b8e8012aSKirill Okhotnikov // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*b8e8012aSKirill Okhotnikov // See https://llvm.org/LICENSE.txt for license information. 5*b8e8012aSKirill Okhotnikov // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*b8e8012aSKirill Okhotnikov // 7*b8e8012aSKirill Okhotnikov //===----------------------------------------------------------------------===// 8*b8e8012aSKirill Okhotnikov 9*b8e8012aSKirill Okhotnikov #include "FModTest.h" 10*b8e8012aSKirill Okhotnikov 11*b8e8012aSKirill Okhotnikov #include "src/math/fmodf.h" 12*b8e8012aSKirill Okhotnikov 13*b8e8012aSKirill Okhotnikov LIST_FMOD_TESTS(float, __llvm_libc::fmodf) 14