xref: /llvm-project/libc/test/src/complex/cprojl_test.cpp (revision c98e79d85663d6a5a5fcd6475b662a750fcf4b8e)
1*c98e79d8SShourya Goel //===-- Unittests for cprojl ----------------------------------------------===//
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/cprojl.h"
12*c98e79d8SShourya Goel 
13*c98e79d8SShourya Goel LIST_CPROJ_TESTS(_Complex long double, long double, LIBC_NAMESPACE::cprojl)
14