184c899b2STue Ly //===-- Unittests for rintl -----------------------------------------------===// 284c899b2STue Ly // 384c899b2STue Ly // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 484c899b2STue Ly // See https://llvm.org/LICENSE.txt for license information. 584c899b2STue Ly // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 684c899b2STue Ly // 784c899b2STue Ly //===----------------------------------------------------------------------===// 884c899b2STue Ly 984c899b2STue Ly #include "RIntTest.h" 1084c899b2STue Ly 1184c899b2STue Ly #include "src/math/rintl.h" 1284c899b2STue Ly 13*b6bc9d72SGuillaume Chatelet LIST_RINT_TESTS(long double, LIBC_NAMESPACE::rintl) 14