aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdfix/roundlr_test.cpp
blob: 53bfbb8fc6a0e82a390c177d53e88368ec79f3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//===-- Unittests for roundlr ---------------------------------------------===//
//
// 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 "RoundTest.h"

#include "src/stdfix/roundlr.h"

LIST_ROUND_TESTS(long fract, LIBC_NAMESPACE::roundlr);