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