aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/modfl_test.cpp
blob: ae8a72642c5871e734b31d08d637ee0d454c0f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//===-- Unittests for modfl -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "ModfTest.h"

#include "src/math/modfl.h"

LIST_MODF_TESTS(long double, LIBC_NAMESPACE::modfl)