xref: /llvm-project/libc/test/src/math/smoke/roundevenf128_test.cpp (revision 3b961d113e6986eb9a6b448b72a730c289b8e6ab)
1*3b961d11SVinayak Dev //===-- Unittests for roundevenf128 ---------------------------------------===//
2*3b961d11SVinayak Dev //
3*3b961d11SVinayak Dev // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*3b961d11SVinayak Dev // See https://llvm.org/LICENSE.txt for license information.
5*3b961d11SVinayak Dev // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*3b961d11SVinayak Dev //
7*3b961d11SVinayak Dev //===----------------------------------------------------------------------===//
8*3b961d11SVinayak Dev 
9*3b961d11SVinayak Dev #include "RoundEvenTest.h"
10*3b961d11SVinayak Dev #include "src/math/roundevenf128.h"
11*3b961d11SVinayak Dev 
12*3b961d11SVinayak Dev LIST_ROUNDEVEN_TESTS(float128, LIBC_NAMESPACE::roundevenf128)
13