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