1*5e9937d1SMichael Flanders //===-- Unittests for nearbyintf ------------------------------------------===// 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/nearbyintf.h" 12*5e9937d1SMichael Flanders 13*5e9937d1SMichael Flanders LIST_NEARBYINT_TESTS(float, LIBC_NAMESPACE::nearbyintf) 14