xref: /llvm-project/libc/test/src/complex/cprojf16_test.cpp (revision abd91023447d146f36357326fc97c458b49e40af)
1*c98e79d8SShourya Goel //===-- Unittests for cprojf16 --------------------------------------------===//
2*c98e79d8SShourya Goel //
3*c98e79d8SShourya Goel // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*c98e79d8SShourya Goel // See https://llvm.org/LICENSE.txt for license information.
5*c98e79d8SShourya Goel // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*c98e79d8SShourya Goel //
7*c98e79d8SShourya Goel //===----------------------------------------------------------------------===//
8*c98e79d8SShourya Goel 
9*c98e79d8SShourya Goel #include "CprojTest.h"
10*c98e79d8SShourya Goel 
11*c98e79d8SShourya Goel #include "src/complex/cprojf16.h"
12*c98e79d8SShourya Goel 
13*c98e79d8SShourya Goel LIST_CPROJ_TESTS(cfloat16, float16, LIBC_NAMESPACE::cprojf16)
14