xref: /llvm-project/libc/test/src/stdfix/roundr_test.cpp (revision f01ed3bc8884223bf3edbaad8d3685622444cbf5)
1*f01ed3bcSlntue //===-- Unittests for roundr ----------------------------------------------===//
2*f01ed3bcSlntue //
3*f01ed3bcSlntue // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*f01ed3bcSlntue // See https://llvm.org/LICENSE.txt for license information.
5*f01ed3bcSlntue // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*f01ed3bcSlntue //
7*f01ed3bcSlntue //===----------------------------------------------------------------------===//
8*f01ed3bcSlntue 
9*f01ed3bcSlntue #include "RoundTest.h"
10*f01ed3bcSlntue 
11*f01ed3bcSlntue #include "src/stdfix/roundr.h"
12*f01ed3bcSlntue 
13*f01ed3bcSlntue LIST_ROUND_TESTS(fract, LIBC_NAMESPACE::roundr);
14