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