xref: /llvm-project/libc/test/include/fpclassifyl_test.cpp (revision 1dbc98294adc06e409b1e0d44252826857ac2ec6)
156124feeSShourya Goel //===-- Unittest for fpclassify[l] 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(long double, fpclassify)
13