xref: /llvm-project/libc/test/src/math/faddl_test.cpp (revision 8c81fb616747ebe2be0159696627e691ff186561)
1 //===-- Unittests for faddl -----------------------------------------------===//
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/faddl.h"
12 
13 LIST_ADD_TESTS(float, long double, LIBC_NAMESPACE::faddl)
14