1*ffe04e03SShourya Goel //===-- Unittests for cimagf16 --------------------------------------------===// 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 "CImagTest.h" 10*ffe04e03SShourya Goel 11*ffe04e03SShourya Goel #include "src/complex/cimagf16.h" 12*ffe04e03SShourya Goel 13*ffe04e03SShourya Goel LIST_CIMAG_TESTS(cfloat16, float16, LIBC_NAMESPACE::cimagf16) 14