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