156124feeSShourya Goel //===-- Unittest for fpclassify[d] macro ----------------------------------===// 256124feeSShourya Goel // 356124feeSShourya Goel // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 456124feeSShourya Goel // See https://llvm.org/LICENSE.txt for license information. 5*1dbc9829SRoland McGrath // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 656124feeSShourya Goel // 756124feeSShourya Goel //===----------------------------------------------------------------------===// 856124feeSShourya Goel 956124feeSShourya Goel #include "FpClassifyTest.h" 1056124feeSShourya Goel #include "include/llvm-libc-macros/math-function-macros.h" 1156124feeSShourya Goel 1256124feeSShourya Goel LIST_FPCLASSIFY_TESTS(double, fpclassify) 13