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