xref: /llvm-project/libc/test/src/complex/creall_test.cpp (revision ffe04e0351203524b212f850b48edf54dc5dbeb5)
1*ffe04e03SShourya Goel //===-- Unittests for creall ----------------------------------------------===//
2*ffe04e03SShourya Goel //
3*ffe04e03SShourya Goel // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*ffe04e03SShourya Goel // See https://llvm.org/LICENSE.txt for license information.
5*ffe04e03SShourya Goel // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*ffe04e03SShourya Goel //
7*ffe04e03SShourya Goel //===----------------------------------------------------------------------===//
8*ffe04e03SShourya Goel 
9*ffe04e03SShourya Goel #include "CRealTest.h"
10*ffe04e03SShourya Goel 
11*ffe04e03SShourya Goel #include "src/complex/creall.h"
12*ffe04e03SShourya Goel 
13*ffe04e03SShourya Goel LIST_CREAL_TESTS(_Complex long double, long double, LIBC_NAMESPACE::creall)
14