1*ffe04e03SShourya Goel //===-- Unittests for crealf ----------------------------------------------===// 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/crealf.h" 12*ffe04e03SShourya Goel 13*ffe04e03SShourya Goel LIST_CREAL_TESTS(_Complex float, float, LIBC_NAMESPACE::crealf) 14