xref: /llvm-project/libc/test/src/math/fmod_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
1b8e8012aSKirill Okhotnikov //===-- Unittests for fmod ------------------------------------------------===//
2b8e8012aSKirill Okhotnikov //
3b8e8012aSKirill Okhotnikov // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4b8e8012aSKirill Okhotnikov // See https://llvm.org/LICENSE.txt for license information.
5b8e8012aSKirill Okhotnikov // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6b8e8012aSKirill Okhotnikov //
7b8e8012aSKirill Okhotnikov //===----------------------------------------------------------------------===//
8b8e8012aSKirill Okhotnikov 
9b8e8012aSKirill Okhotnikov #include "FModTest.h"
10b8e8012aSKirill Okhotnikov 
11b8e8012aSKirill Okhotnikov #include "src/math/fmod.h"
12b8e8012aSKirill Okhotnikov 
13*b6bc9d72SGuillaume Chatelet LIST_FMOD_TESTS(double, LIBC_NAMESPACE::fmod)
14