xref: /llvm-project/libc/test/src/math/smoke/nearbyint_test.cpp (revision 5e9937d1b3ada9c686505c5f2c1e1b054ad9edc2)
1*5e9937d1SMichael Flanders //===-- Unittests for nearbyint -------------------------------------------===//
2*5e9937d1SMichael Flanders //
3*5e9937d1SMichael Flanders // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*5e9937d1SMichael Flanders // See https://llvm.org/LICENSE.txt for license information.
5*5e9937d1SMichael Flanders // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*5e9937d1SMichael Flanders //
7*5e9937d1SMichael Flanders //===----------------------------------------------------------------------===//
8*5e9937d1SMichael Flanders 
9*5e9937d1SMichael Flanders #include "NearbyIntTest.h"
10*5e9937d1SMichael Flanders 
11*5e9937d1SMichael Flanders #include "src/math/nearbyint.h"
12*5e9937d1SMichael Flanders 
13*5e9937d1SMichael Flanders LIST_NEARBYINT_TESTS(double, LIBC_NAMESPACE::nearbyint)
14